Updated: 2017-01-26
OLE DB Property of Rowset and Command — «array_type»
Name:
array_type
Type:
VT_I4
R/W:
R/W
Default:
It derives initialization property array_type
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 rowset property array_vt_type
See also
- The initialization property array_type