I am connecting a ado with datagrid. Everything works fine till I set the datagrids datasource.
This line gives error -
Set DataGrid1.DataSource = rs
DataGrid1.Refresh
the error is - rowset is not bookmarkable
Printable View
I am connecting a ado with datagrid. Everything works fine till I set the datagrids datasource.
This line gives error -
Set DataGrid1.DataSource = rs
DataGrid1.Refresh
the error is - rowset is not bookmarkable
Are you using a server side cursor?
If so, I believe you cannot use bookmarks.