|
-
August 21st, 1999, 01:15 AM
#1
Record Locking
How can I lock a record in Multi User using CRecordSet?
-
August 30th, 1999, 05:43 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|