Showing related tags and posts accross the entire site.
-
PROBLEM: Custom Stored Procedure for View does not return OUTPUT parameter eventhough it is specified. Someone publish a patch for this problem in old version of netTiers 2.1.0.471 here http://community.codesmithtools.com/forums/p/6041/23465.aspx#23465 But it is not OK for version 2.2.0 and in this version...
-
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...
-
Nettiers version 2.2.0 does not generate output parameters for custom stored procedures like the one below. This procedure declares an output parameter, gets a dataset from a view, and sets the rowcount to the output parameter. This new version of Nettiers does not find the output parameters and as a...
-
I have a problem with Nettiers version 2.0.1.471 . It's easy to reproduce. 1) Create a table with a column named "colX" 2) Create a Custom Stored Procedure that specify the name of the "Colx" in the order by clause (for example) 3) Generate and everything will be OK 4) Drop de...
-
I have exactly the same problem. Two times my custom stored procedures had been deleted on same conditions ( Nettiers version 2.0.1.471 )
-
I used latest 2.2.0 build and problem still exists.
-
I also need this. Does anyone have this solution/bug fix?