Internationalization
SourcePro DB fully supports the Unicode (UTF-16) data standard. This functionality allows you to move Unicode data to and from your database.
While SourcePro DB has support for these types, some ODBC driver managers and drivers do not. If your ODBC driver manager and driver both support Unicode strings, you may move UTF-16 data to and from your data source using classes RWBasicUString and RWUString. Internally, these types are mapped to SQL_C_WCHAR.