DisableDescribeParam IBM data server driver configuration keyword

Disables the SQLDescribeParam() function.

Equivalent CLI keyword
DescribeParam
Equivalent IBM® Data Server Provider for .NET connection string keyword
N/A
db2dsdriver.cfg configuration syntax
<parameter name="DisableDescribeParam" value="0 | 1"/>
Default setting:
The SQLDescribeParam() function is enabled.
Usage notes:

When set to 0 (default), SQLDescribeParam() is enabled and SQLGetFunctions() will return SQLDescribeParam() as supported.

When set to 1, SQLDescribeParam() is disabled. If SQLDescribeParam() is called, CLI0150E will be returned. SQLGetFunctions() will return SQLDescribeParam() as not supported.