This topic has not yet been rated - Rate this topic

Customizing Locking

Although Microsoft SQL Server Compact 3.5 (SQL Server Compact 3.5) implements locking automatically, it is possible to customize locking in applications by:

  • Handling deadlocks.
  • Setting the lock time-out duration.
  • Setting the transaction isolation level.
  • Using table-level locking hints with the SELECT, INSERT, UPDATE, and DELETE statements.

Topic Description

Deadlock

Describes deadlocks, which can occur when two connections have blocked each other.

Lock Time-out

Describes lock time-outs.

Transaction Isolation Level

Describes transaction isolation levels.

Locking Hints

Describes the locking hints you can use in SQL Server Compact 3.5.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.