Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Wiki Page: Why do I get "OdbcIgnoreError("HY004"); // [IBM][CLI Driver] CLI0123E SQL data type out of range" recorded in my ODBC script?

$
0
0
A BDL code entry of "OdbcIgnoreError("HY004"); // [IBM][CLI Driver] CLI0123E SQL data type out of range" means that the database driver does not support the given data type in the subsequent function OdbcGetTypeInfo, for example the wide character (WCHAR) data type: OdbcIgnoreError("HY004"); // [IBM][CLI Driver] CLI0123E SQL data type out of range. SQLSTATE=HY004 OdbcGetTypeInfo(c1, SQL_WCHAR); One symptom of this warning is that the returned SQL data may not be displayed in the defined Output of TrueLog Explorer and instead a warning will be displayed such as: "OdbcGetTypeInfo(ODBC: 5 - ODBC error, HY004 (-99999) : [IBM][CLI Driver] CLI0123E SQL data type out of range. SQLSTATE=HY004)". This warning is as designed and as stated, is directly related to the database driver. It may be necessary to update the DB drivers being used by the client or change the character type of the table or fields being queried. Before making any changes or updates please discuss with your database administrator.

Viewing all articles
Browse latest Browse all 4084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>