Microsoft KB Archive/113849

From BetaArchive Wiki

BUG: srv_paramset Not Return Multiple Ouput Parameters in XP

Q113849



The information in this article applies to:


  • Microsoft SQL Server Programmer's Toolkit, version 4.2



BUG#: 9969 (4.2)


SYMPTOMS

When attempting to use the srv_paramset() function to return data to multiple OUPUT parameters from an extended stored procedure, data will be returned only for the first parameter specified as OUTPUT in the procedure execution. The data returned will correspond to the value that should have been returned for the last parameter declared as OUTPUT.



STATUS

Microsoft has confirmed this to be a problem in Open Data Services version 4.2 for Windows NT. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.



MORE INFORMATION

This behavior occurs only when setting output parameters in an extended stored procedure. Using srv_paramset to set return parameters in an Open Data Services application will result in all values being returned to the front end.

Additional query words: ODS proc

Keywords : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServPTK420


Last Reviewed: March 20, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.