Updated: 2018-05-05
Data Source Initialization OLE DB Property — «refresh_trans_type»
Name:
refresh_trans_type
Type:
VT_I2
R/W:
R/W
Default:
0
IBProvider:
3, 5
Determination of the transaction utilized for the operations of the re-reading of rowset data. Allowed values:
Value | Description |
0 | If automatic transaction is used for reading of row set data, then separate short transaction will be used for the re-reading of rowset data (see 2). If user explicitly started transaction to select some data then namely it will be used for re-reading of rowset data (see 1). |
1 | Main transaction with data selection is used. |
2 | Separate short transaction is used. |
See also
- The initialization property refresh_trans_level
- The rowset property refresh_trans_type