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
Printable View
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
Your cursor should be OPenStatic.