Page 1 of 1

Charset Problem SQLite

Posted: 25.04.2013, 21:28
by jjeffman
I am using Zeos 6.6 stable on C++Builder 6.0 on Professional edition.

The SQLite database has charset UTF8. When I run queries using SQLite Expert I can retrieve correct Portuguese charactars. The TZQuery is retrieving data with ANSI characters and "ç" is being retrieved as "ç".

I have asked SQLite Expert support and they suspect that Zeos is making an extra charset conversion when calling function TZSQLiteResultSet.GetString(ColumnIndex: Integer): String;

Can you please help me?

Best regards

Posted: 30.04.2013, 16:36
by marsupilami
Hello jjeffman,

could you post your code for saving and also for displaying the data in the database?
Best regards,

Jan

Posted: 30.04.2013, 19:08
by jjeffman
I think I have answered your post at http://zeos.firmos.at/viewtopic.php?p=17231#17231.

Best regards,