Page 1 of 1

Sqlite and Unicode

Posted: Thu 15 Jul 2010 16:40
by chkaufmann
Hi,

I plan to start with Sqlite (a project, that uses Access mdb's right now). Does Sqlite support to save/load unicode characters like Cyrillic character set?

Is there something special I have to take care?

I'm using Delphi 2010, UniDac 3.0

cu Christian

Posted: Fri 16 Jul 2010 08:45
by bork
Hello

Yes, SQLite supports Cyrillic charset and Unicode. Also UniDAC supports any charsets and Unicode.

Any database has some special features. If you want to know more about this database you should visit the official site: www.sqlite.org . In any case there is you will find more information then we can provide you about SQLite database.