skip to main content
DataDirect Connect Drivers : Microsoft SQL Server Driver : Connection Properties : XMLDescribeType
  
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.
Default
None
Data Type
String
See also
Returning and Inserting/Updating XML Data