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

Thread: Record Locking

  1. #1
    Join Date
    Aug 1999
    Location
    FL
    Posts
    4

    Record Locking

    How can I lock a record in Multi User using CRecordSet?


  2. #2
    Join Date
    Aug 1999
    Location
    Portugal
    Posts
    8

    Re: Record Locking

    You can't... Most of the ODBC drivers dont support that kind of operation.
    The way you have to lock a record is using m_pSet->SetLockingMode(pessimistic), but it returns a error "ODBC driver doesn't support that kind of operation".


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