disableClientInputDataConversion IBM data server driver configuration keyword (for the IBM Data Server Driver for JDBC and SQLJ)

disableClientInputDataConversion specifies whether the IBM Data Server Driver for JDBC and SQLJ converts certain types of numeric client data before sending the data to a Db2 data server on a Linux, UNIX, or Windows system.

Attention: This keyword is available in Db2 11.5.8 and later versions.
Equivalent IBM® Data Server Driver for JDBC and SQLJ property
disableClientInputDataConversion
IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="disableClientInputDataConversion" value="0 | 1 | 2"/>
Default setting:
0
Usage notes:

IBM data server driver settings and equivalent JDBC driver property values are:


IBM data server driver setting for disableClientInputDataConversion JDBC driver property setting for disableClientInputDataConversion
0 0
1 1
2 2

See NUMBER data type for a description of the source and target data types that are affected by this property.

For additional information, see the description of disableClientInputDataConversion in IBM Data Server Driver for JDBC and SQLJ properties for Db2 on Linux, UNIX, and Windows systems.