Updated: 2023-07-14
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 publishing columns and parameters with arrays. Valid values:
| Value | Description |
| 0 | Columns and parameters with the original type of array elements. |
| 1 | The VARIANT-compatible type of array elements is used. |
| 2 | The array of VARIANT is used. It is VBScript-compatible mode. |
| 17 | It is like «1» but an array will be packed into VARIANT. |
| 18 | It is like «2» but an array will be packed into VARIANT. It 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
