skip to main content
Part 3: The 32-Bit Drivers : The dBASE Driver : Locking
  
Locking
With the dBASE driver, you can build and run applications that share dBASE database files on a network. Whenever more than one user is running an application that accesses a shared database file, the applications should lock the records that are being changed. Locking a record prevents other users from locking, updating, or deleting the record.
* Levels of Database Locking
* Limit on Number of Locks
* How Transactions Affect Record Locks