ISOLATION={UR | CR | RR | SZ}
UR | Uncommitted Read |
CR | Committed Read |
RR | Repeatable Read |
SZ | Serializable isolation in ODBC |
Default: | CR |
Used at compile time: | No |
Behavior at run time: | Process |
See Scope - OpenESQL SQL Compiler Directive Options for more information.