[ABD v8i SS5 Native C] Querying multi-byte languages from database

Hi,

To be able to query a database table's content we are using mdlDB_openCursorWithID() and mdlDB_fetchRowByID() functions along with MS_sqlda structure. But it returns (char *) data type as query result which is limited to 255 ASCII characters. But for multi-byte languages like Japanese, Korean and Arabic, we need the query result as MSWChar data type to support Unicode characters. Is there any solution to this?

Kind regards,

Sedat Alis
AEC Technology Inc.

Parents Reply Children