unixODBC Unicode support (compiles, not tested)

This commit is contained in:
Aleksandar Fabijanic
2008-01-05 20:47:42 +00:00
parent 6adc6346e6
commit 76079f5baa
15 changed files with 108 additions and 52 deletions

View File

@@ -65,7 +65,7 @@ using Poco::NotFoundException;
#define DB2_ODBC_DRIVER "IBM DB2 ODBC DRIVER - DB2COPY1"
#define DB2_DSN "PocoDataDB2Test"
#define DB2_SERVER "localhost"
#define DB2_SERVER POCO_ODBC_TEST_DATABASE_SERVER
#define DB2_PORT "50000"
#define DB2_DB "POCOTEST"
#define DB2_UID "db2admin"