Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage

 

Transactions and isolation levels

To ensure data integrity, it is essential that you can identify states in which the information in your database is consistent. The concept of consistency is best illustrated through an example:

 Consistency example
 Transactions are logical units of work
 See also

Transactions
Concurrency
Savepoints within transactions
Isolation levels and consistency
Transaction blocking and deadlock
How locking works
Guidelines for choosing isolation levels
Isolation level tutorials
Primary key generation and concurrency
Data definition statements and concurrency
Summary