|
-
Jul 15th, 2008, 12:09 AM
#1
Thread Starter
Fanatic Member
Stored Procedure OUTPUT
Hi Everyone,
I have a stored procedure with an OUTPUT variable in it. The stored procedure is being being executed by using an ADO recordset.
For example, recordset.Open "StoredProcedureName '" & InputVariable & "'"
I have tried to get the OUTPUT variable by using recordset.Fields("@OutputVariable") but nothing is returned even though the stored procedure seems to be executing okay.
Does anyone have an example of retrieving the OUTPUT variable using the ADO recordset as outlined above? Any help would be appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|