This directive specifies the isolation level that OpenESQL uses as a connection attribute. It also serves as a primitive directive for the BEHAVIOR directive option.
Syntax:
ISOLATION={UR | CR | RR | SZ}
Parameters:
| UR
|
Uncommitted Read
|
| CR
|
Committed Read
|
| RR
|
Repeatable Read
|
| SZ
|
Serializable isolation in ODBC and ADO.NET
|
Scope:
| Used at compile time:
|
No
|
| Behavior at run time:
|
Process
|
See
Scope - OpenESQL SQL Compiler Directive Options for more information.