DB2 Version 9.7 for Linux, UNIX, and Windows

DescribeParam CLI/ODBC configuration keyword

Enables or disables the SQLDescribeParam() function.

db2cli.ini keyword syntax:
DescribeParam = 0 | 1
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.