The DBTools.h++ internationalization features are available on Sybase Client-Library.
The DBTools.h++ Sybase CT access library supports national character sets, with the following restrictions:
Bound expressions. RWWString is not supported for bound expressions.
Return types. Sybase does not differentiate between multibyte and wide character string columns when returning data from the server to the client. A schema fetched from a result table always shows type RWDBValue::MBString for all multibyte and wide character string columns.
Date expressions are loaded into the database and extracted from the database in a locale neutral manner. DBTools.h++ properly formats instances of RWDate and RWDBDateTime automatically. The application programmer is responsible for formatting these types outside the scope of DBTools.h++ API calls.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.