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

SQL Anywhere 12.0.1 » SQL Anywhere Server - SQL Usage » Transactions and isolation levels » Isolation levels and consistency

 

Viewing the isolation level

 View the isolation level for the current connection using the CONNECTION_PROPERTY function
  • Execute the following statement:

    SELECT CONNECTION_PROPERTY('isolation_level');