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
set DataGrid1.DataSource = rs
produce the following error: The rowset is not bookmarkable.
What am I doing wrong?
thks