DescribeParam CLI/ODBC and IBM data server driver configuration keyword
Enables or disables the SQLDescribeParam() function.
- db2cli.ini keyword syntax:
- DescribeParam = 0 | 1
- IBM data server driver configuration file (db2dsdriver.cfg) syntax:
- <parameter name="DescribeParam" value="0 | 1"/>
Attention: The IBM data server
driver configuration
file (db2dsdriver.cfg) syntax is available in Db2 11.5.4 and later.
- Default setting:
- The
SQLDescribeParam()function is enabled. - Usage notes:
When set to 1 (default), SQLDescribeParam() is
enabled and SQLGetFunctions() will
return SQLDescribeParam() as
supported.
When set to 0, SQLDescribeParam() is disabled. If
SQLDescribeParam() is
called, CLI0150E will be returned.
SQLGetFunctions() will
return SQLDescribeParam() as
not supported.