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

use ADO recordset as datasource for Datagrid

Status
Not open for further replies.

FaisalHenry

Programmer
Dec 19, 2000
32
US
I want to use ADO recordset as a datasource for datagrid

sample code:
set datagrid.Datasource = rs

but i got an error messaged that says "Result set is not bookmarkable"

any suggestion on solving this?
 
What options are you setting on your recordset?

Is it readonly, dynamic, keyset?

Just a thought.
 
Hi,

If the above did not fix it then try changing the cursorLocation property to Client, and i think the cursor type will still need to be dynamic.

Dan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top