c - How to detect ODBC DB2 connection encoding (code page) -
is possible check db2 code page used in communication between odbc connector , db2 database c program using odbc api?
it's indicated connection attribute sql_attr_client_codepage.
here's function obtain it: sqlgetconnectattr
Comments
Post a Comment