jon24422531
Technical User
Hi Guys
I am really struggling with this one and I suspect that I am going round in circles and missing something simple:
On my page I run this Stored Proc:
And the error I get is:
ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.
/WishListDevelopment/DevOpenFRAMEDetail.asp, line 46
I have had this working on another page (in a slightly different format, so I am really stumped.
Jonathan
I am really struggling with this one and I suspect that I am going round in circles and missing something simple:
On my page I run this Stored Proc:
Code:
strsql = "EXEC JSp_DevLogFrameDetail '" & sCode & "'"
rsData.Open strSQL, MyConn
returns = rsData.GetRows(1,0)
And the error I get is:
ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.
/WishListDevelopment/DevOpenFRAMEDetail.asp, line 46
I have had this working on another page (in a slightly different format, so I am really stumped.
Jonathan