Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rowset does not support fetching backward.

Status
Not open for further replies.

beaniebear

Programmer
Sep 14, 2001
93
GB
I'm having a problem when returning a recordset from a SQL server stored procedure. I have set the cursor and lock properties of the recordset but I get an error when I use .movelast etc.

Any help would be greatly appreciated.

Thanks.
 
It might be helpful if you mentioned what you set the properties to?

 
try setting the cursorType to 'adOpenStatic' Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
I have set the cursor to static. This works when the stored procedure contains one query. On my SP which contains 3 querries, one of which runs depending on what parameters have been passed, I still cannot use movelast e
tc

I get the error 'Rowset does not support fetching backward'

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top