I am accessing SQL server 2000 from VB using ADODB but I am having issues returning a recordset from a stored procedure that firstly updates a temp table and then runs a select on it.
I can retrieve recordsets if I only run select statements, but not if I run Updates or inserts prior to the select. The error from VB states that the object, i.e. the recordset is closed and therefore cannot be accessed.
Any help with this would be much appreciated as it is beginning to drive me nuts
Thanks
Rich
I can retrieve recordsets if I only run select statements, but not if I run Updates or inserts prior to the select. The error from VB states that the object, i.e. the recordset is closed and therefore cannot be accessed.
Any help with this would be much appreciated as it is beginning to drive me nuts
Thanks
Rich