Rao
|
| Posted: 09/10/2002, 9:07 PM |
|
Hi
Any sugeestions on using the result set of MSSQL Stored Procedure as Input to CCS.
Rao
|
|
|
 |
Ron
|
| Posted: 09/14/2002, 4:44 AM |
|
Hello,
In order to retrieve a parameter from a Stored Procedure, you have to manually execute the stored procecdure then use the 'Parameters' collection to get the returned value. The default generated code does not provide access to the returned values.
You can refer to the ADO documentation for information on how to use the various collections including the parameters collection.
|
|
|
 |
|