PDA

View Full Version : Problem extracting special characters from DB



mourad
25th April 2008, 15:01
Hello, I've a problem with Firebird database when I extract data with QSqlDataBase, QSqlQuery, I don't have the right charcarters like : Å“, ` , etc.
In the database these characters ara inserted fine, the problem when I extarct the.
Does anyone have an idea or the solution for this problem.
Many reguards, Mourad

Shadowfiend
25th April 2008, 16:16
What database are you using? Certain databases support different character sets for their tables, and, if you don't store in the right character set, you might run into these issues.

mourad
28th April 2008, 07:59
My source database is SQL Server and destination database is Firebird