CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  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.

  2. #2
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: CRecordsetStatus

    [ Redirected Thread ]

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