skip to main content
Connection property descriptions : XMLDescribeType
  

Try DataDirect Drivers Now

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

*Returning and inserting/updating XML data
*Data type handling properties