I am currently migrating an ND3 project to ND4.
In ND3 my dataobjects that executed my Sybase store procedures all had return
parameters.
However, when I try to execute them in ND4 then I got an error telling me that
'there is a mismatch between the parameter schema and the actual output schema'
When I removed the return code parameter I no longer got the above error.
However, this removed parameter was referenced in code to see if there was any
problems
with the execution of the procedure. Does anyone know a way of checking the return
code value.
For example.
The Parameters in the data object had four parameters defined.
Two input, one output and one of return type and the store procedure was defined as
follows (see attached for store procedure)
CREATE PROC proc_nextnumber(@tblName varchar(30),
@fldName varchar(30),
@nextNum int output).
Any help would be appreciated,
Pat.
Any help would be appreciated,
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]