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 » Isolation levels and consistency

 

Viewing the isolation level

You can use the CONNECTION_PROPERTY function to view the isolation level for the current connection.

Prerequisites

You must be connected to a database.

 Task
  • Execute the following statement:

    SELECT CONNECTION_PROPERTY( 'isolation_level' );

Results

The isolation level for the current connection is returned.

 See also