Updated: 2018-05-04
Data Source Initialization OLE DB Property — «auto_commit_ddl_level»
Name:
auto_commit_ddl_level
Type:
VT_I4
R/W:
R/W
Default:
0x1000
IBProvider:
1, 2, 3, 5
Isolation level of dedicated transaction for DDL query execution. 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_ddl
- The session property Session AutoCommit DDL
- The session property Session AutoCommit DDL Level