XMLDescribeType
Purpose
Determines whether the driver maps XML data to the LONGVARCHAR or LONGVARBINARY data type.
Valid values
longvarchar | longvarbinary
Behavior
If set to longvarchar, the driver maps XML data to the LONGVARCHAR data type.
If set to longvarbinary, the driver maps XML data to the LONGVARBINARY data type.
Data source method
setXMLDescribeType
Default
None
Data type
String
See also