Enable SQLDescribeParam
- Last Updated: December 10, 2018
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Database Wire Protocol 8.0
- Documentation
Attribute
EnableDescribeParam (EDP)
Purpose
Determines whether the driver supports the SQLDescribeParam function, which allows an application to describe parameters in SQL statements and in stored procedure calls.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), the driver supports SQLDescribeParam. If using Microsoft Remote Data Objects (RDO) to access data, you must use this value.
If set to 0 (Disabled), the driver
does not support SQLDescribeParam and returns the error: unimplemented
function.
Default
0 (Disabled)