Hello everyone,
I have probably spent way too much time on this already. If you guys and gals can't help, I'll move on and redesign my stored procedures.
I am using MS SQL Server 7.0 and VB6. I have a stored procedure that returns both a recordset AND a return value. I execute the stored procedure from a DLL that is called from an ASP script.
The problem is that the return value cannot be read before the recordset is closed. However, I need to read the return value in the DLL before I pass the recordset to the ASP script.
How can I read the return value without closing the recordset?
Thanks for any help.
I have probably spent way too much time on this already. If you guys and gals can't help, I'll move on and redesign my stored procedures.
I am using MS SQL Server 7.0 and VB6. I have a stored procedure that returns both a recordset AND a return value. I execute the stored procedure from a DLL that is called from an ASP script.
The problem is that the return value cannot be read before the recordset is closed. However, I need to read the return value in the DLL before I pass the recordset to the ASP script.
How can I read the return value without closing the recordset?
Thanks for any help.