Hello all,

Can somebody help me?.  I have an stored procedure in SQL Server 7, and it
has input, output, and input-output parameters.

With the inputs and outputs parameters I don't have any problems, I use the
set method for input and the registerOutParemeter for the outputs, but I
have some parameters that are input-output (input and output at the same
time) and I have problems when the stored procedure is executed.  I obtain
the following error:  Formal parameter '@NameofParameter' is defined as
OUTPUT but the actual parameter not declared OUTPUT.

The parameter that have this problem is an input-output parameter.  What is
my mistake?

Please help me with this,

Thanks in advance,

Lorena

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to