Enable SQLDescribeParam
- Last Updated: October 4, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Enable SQLDescribeParam
Attribute
EnableDescribeParam (EDP)
Purpose
Determines whether SQLDescribeParam returns the Datatype, ParameterSize, DecimalDigits, and Nullable information for parameters in a prepared statement.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), SQLDescribeParam returns the Datatype, ParameterSize, DecimalDigits, and Nullable information for parameters in a prepared statement.
If set to 0 (Disabled), the driver does not support
SQLDescribeParam and returns the message: Driver does not
support this function.
Default
1 (Enabled)