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
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: DataGrid Problem
|
Click Here to Expand Forum to Full Width |