Click to See Complete Forum and Search --> : Record Locking


ptran
August 21st, 1999, 01:15 AM
How can I lock a record in Multi User using CRecordSet?

Santos
August 30th, 1999, 05:43 AM
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".