Showing related tags and posts accross the entire site.
-
Hello, I'm using a custom stored procedure calling an external assembly. The type of the SP is 'PC' rather than the regular 'P' (if I remember well). .nettiers could not pick it up and I had to create another custom SP calling the external one. Is there a way to make .nettiers pick...
-
Hello, I'm using .nettiers and access the DB using stored procedures only. All the types in the DB are custom types. .nettiers generates the SPs alright and I've got no problem with them. However when I use custom SPs .nettiers picks them up but then doesn't recognise the types returned....
-
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...
-
I have exactly the same problem. Two times my custom stored procedures had been deleted on same conditions ( Nettiers version 2.0.1.471 )