Click to See Complete Forum and Search --> : DataGrid Problem


September 23rd, 1999, 09:31 AM
rs.Open strSql, m_adoCnn, adOpenDynamic, adLockReadOnly, adCmdText
set DataGrid1.DataSource = rs



produce the following error: The rowset is not bookmarkable.
What am I doing wrong?
thks

DavidT
November 12th, 1999, 10:31 PM
Your cursor should be OPenStatic.