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

Popular posts from this blog

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -