Updated: 2016-03-09
Data Source Initialization OLE DB Property — «array_type»
Name:
array_type
Type:
VT_I4
R/W:
R/W
Default:
1
IBProvider:
3, 5
Rules for publication of columns and parameters with arrays. Allowed values:
Value | Description |
0 | Columns and parameters with original type of array elements. |
1 | Used a VARIANT-compatible type of array elements. |
2 | Used array of VARIANT. This is VBScript-compatible mode. |
17 | Like «1», but array will be packed into VARIANT. |
18 | Like «2», but array will be packed into VARIANT. This is VBScript-compatible mode. |
This property replaces the obsolete initialization property array_vt_type.
See also
- The rowset property array_type
- The initialization property array_rw_mode