|
I am having troubles using output paramters in our .NET web code. If we
don't use the output params we are fine. Consider the following:
CREATE PROCEDURE WHATEVER (IN ID int, OUT ID2 int)
etc., etc.
When I call this from SQL scripts as CALL WHATEVER (1, NULL) it works fine.
However, in .NET we get an error indicating an incorrect number of paramters
was supplied.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.