CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    DataGrid Problem


    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


  2. #2
    Join Date
    Nov 1999
    Posts
    2

    Re: DataGrid Problem

    Your cursor should be OPenStatic.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured