Hello,
I'm using .nettiers with stored procedures access only. By default, .nettiers picks up each table's schema and creates SPs in the same schema. It also looks for custom SPs in the same schema. This is a problem for me because I'd like to have a different schema for the SPs. The table schema is used for "production" access rights management and I'd like to have another "UI" schema used by .nettiers.
I noticed there's a schema attribute in the mapping.config file but as far as I can tell, it's not used.
Can anyone tell me if there's a way of doing what I want? Or do I need to change the templates to get .nettiers to do what I want?
Cheers,
---
R4cOOn