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

Threaded View

  1. #1
    Join Date
    Jan 2006
    Posts
    19

    Question CRecordsetStatus

    rs.Open(CRecordset:ynamic,"select * from tablename");
    I have rs - CRecordset object.
    How can I use class member GetStatus to determine the index
    of the current record in the recordset?
    Last edited by baykay; February 21st, 2006 at 01:20 AM.

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