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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rowset error message

Status
Not open for further replies.

JamesEdwards

Programmer
Joined
Dec 6, 2002
Messages
3
Location
GB
I have a record set which retrieves multiple records. If I use recordset.find,criteria it gives me the error message; 'Row set does not support scrolling backwards'

Any ideas on getting round this would be appreciated.

Thanks ,
James.
 
You need to open the recordset with a static, keyset or dynamic cursor type. This means it must be opened with a command object, and not just with a Connection.Execute().
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top