Showing related tags and posts accross the entire site.
-
Version 2.2.0 generates a solution that returns the following errors for most of the entities I've declared in the database. On top of not supporting output parameters, version 2.2.0 seems very difficult to use compared to the previous version. Any help with these issues would be greatly appreciated...
-
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...
-
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’ve recently started using the NetTiers library, initially I used it against a SQL Server 2005 database and everything was wonderful. Unfortunately the system that we wish to use the code generator against is an Informix database. This is a 9.x version of Informix and ODBC is being used to connect to...
-
7.30.2007 I just ran Version 2.2.0 for the first time using my existing database. It looks like Output Parameters that were properly handled in previous versions are no longer supported. Previously, an output parameter would be caught by Nettiers and included in the generated code as reference parameters...
-
Let me try explain this one. I have a parent object (ParentObjectA) which has 3 child objects Named objA, objB, and objC objB and objC relate to objA in a parent child relationship. Now, a deepsave of ParentObjectA (with the child types specified in the deepsave syntax) eventually calls the deepsave...
-
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...
-
Is this in the current release of nettiers or do I still have to apply the patch... I am having this same sort of issue, basically I have a person table, an attributes table and a personattributes table (PersonID,AttributeID) when I try and add an attribute to the person I get the above mentioned error...
-
When i run my web application, there is a PolicyException throwed that stops the server responding. It seems impossible to use NetTiers with Comunity Server 2007, despite that it worked in version 2.1. The exact message that I get when I run the application is: System.Security.Policy.PolicyException...
-
I used latest 2.2.0 build and problem still exists.