c++.wxwindows - Unicode and SQL
- W這dzimierz Skiba (7/7) Apr 20 2004 Hi,
- Walter (3/9) Apr 20 2004 I have no idea what that entails. Some details please!
- W這dzimierz Skiba (18/25) Apr 21 2004 For example let's quote selected lines of sqltypes.h in each package.
- Walter (3/28) Apr 21 2004 Ok, so the sqltype.h is out of date. I'll add it to the bug list. -Walte...
Hi, there is (in 2.5.1/CVS Head wxWidgets) only one build I can't do currently with DMC. It is ODBC + Unicode. This seems not supported neither with free not full DMC release. Walter, any plans on supporting Unicode in ODBC/SQL support ? At this moment I can do it with all other free and free-like compilers. ABX
Apr 20 2004
"W這dzimierz Skiba" <abx abx.art.pl> wrote in message news:c63b5j$2gg1$1 digitaldaemon.com...Hi, there is (in 2.5.1/CVS Head wxWidgets) only one build I can't do currently with DMC. It is ODBC + Unicode. This seems not supported neither with free not full DMC release. Walter, any plans on supporting Unicode in ODBC/SQL support ? At this moment I can do it with all other free and free-like compilers.I have no idea what that entails. Some details please!
Apr 20 2004
"Walter" <walter digitalmars.com> wrote in news:c64uq2$27tc$2 digitaldaemon.com:For example let's quote selected lines of sqltypes.h in each package. DMC has only: typedef UCHAR SQLCHAR; Borland 5.5, Open Watcom 1.2 and MinGW has it elaborated like: typedef unsigned char SQLCHAR; #ifdef _WCHAR_T_DEFINED typedef wchar_t SQLWCHAR; #else typedef unsigned short SQLWCHAR; #endif #ifdef UNICODE typedef SQLWCHAR SQLTCHAR; #else typedef SQLCHAR SQLTCHAR; #endif /* UNICODE */ ABXthere is (in 2.5.1/CVS Head wxWidgets) only one build I can't do currently with DMC. It is ODBC + Unicode. This seems not supported neither with free not full DMC release. Walter, any plans on supporting Unicode in ODBC/SQL support ? At this moment I can do it with all other free and free-like compilers.I have no idea what that entails. Some details please!
Apr 21 2004
Ok, so the sqltype.h is out of date. I'll add it to the bug list. -Walter "W這dzimierz Skiba" <abx abx.art.pl> wrote in message news:c657r3$2m9t$1 digitaldaemon.com..."Walter" <walter digitalmars.com> wrote in news:c64uq2$27tc$2 digitaldaemon.com:For example let's quote selected lines of sqltypes.h in each package. DMC has only: typedef UCHAR SQLCHAR; Borland 5.5, Open Watcom 1.2 and MinGW has it elaborated like: typedef unsigned char SQLCHAR; #ifdef _WCHAR_T_DEFINED typedef wchar_t SQLWCHAR; #else typedef unsigned short SQLWCHAR; #endif #ifdef UNICODE typedef SQLWCHAR SQLTCHAR; #else typedef SQLCHAR SQLTCHAR; #endif /* UNICODE */ ABXthere is (in 2.5.1/CVS Head wxWidgets) only one build I can't do currently with DMC. It is ODBC + Unicode. This seems not supported neither with free not full DMC release. Walter, any plans on supporting Unicode in ODBC/SQL support ? At this moment I can do it with all other free and free-like compilers.I have no idea what that entails. Some details please!
Apr 21 2004