Página 1 de 1

SQLite AND Greeks

Publicado: Mar Oct 26, 2010 10:41 am
por Xailer
Hello to all
I want to use sqlite for an lite application. How can i instruct sqllite to process Greek Characters correctly, because inone browser i can see only ?????????? as greek letters.
All the Best
Dionisis

SQLite AND Greeks

Publicado: Mar Oct 26, 2010 5:17 pm
por ignacio
Xailer escribió el mar, 26 octubre 2010 10:41Hello to all
I want to use sqlite for an lite application. How can i instruct sqllite to process Greek Characters correctly, because inone browser i can see only ?????????? as greek letters.
All the Best
Dionisis
You should not need to do anything. I believe SQLite does not pre-process the string in any manner.
BTW, try with any of this tools:
http://sqliteadmin.orbmu2k.de/
http://www.yunqa.de/delphi/doku.php/pro ... espy/index
Maybe it gives you some clue.
Regards,

SQLite AND Greeks

Publicado: Mar Oct 26, 2010 5:24 pm
por Xailer
Many thanks for the info Ignacio
I wiil give a try this weekend
TIA
Dionisis