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

@@ -60,7 +60,7 @@ using Poco::DateTime;
#define ORACLE_ODBC_DRIVER "Oracle in XE"
#define ORACLE_DSN "PocoDataOracleTest"
#define ORACLE_SERVER "localhost"
#define ORACLE_SERVER POCO_ODBC_TEST_DATABASE_SERVER
#define ORACLE_PORT "1521"
#define ORACLE_SID "XE"
#define ORACLE_UID "scott"