Updated: 2018-05-05
Data Source Initialization OLE DB Property — «auto_commit_level»
Name:
auto_commit_level
Type:
VT_I4
R/W:
R/W
Default:
0x10000
IBProvider:
1, 2, 3, 5
Isolation level of automatic transaction. Allowed values:
Value | Description |
0x1000 | Read Commited (Cursor Stability) |
0x10000 | Repeatable Read (Snapshot, Concurrency) |
0x100000 | Serializable (Isolated, Consistency) |
See also
- The initialization property auto_commit
- The session property Autocommit Isolation Levels