Page 1 of 1
European Characters In UniDAC SQLite
Posted: Mon 18 Oct 2010 14:56
by dkittell
Greetings, I have looked and tried but can't seem to figure out how to put european characters in the database.
Is there a example available?
Using UniDAC 3.5 with Delphi 2010
Posted: Tue 19 Oct 2010 07:17
by AlexP
Hello,
The european characters correctly inserted into the database. There should be no problem with this.
For example
UniQuery1['TEXT']:='èèèèèèèèèèèèèè'; //<-- this is VARCHAR field
Posted: Wed 20 Oct 2010 15:13
by dkittell
Sorry I did not specify the characters that I'm having a problem with, that is my fault.
Ő Ű
These characters do not display properly.
Fix was found on
http://www.devart.com/forums/viewtopic. ... 2196#62196
Thank you for the help