Sqlite and Unicode

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
chkaufmann
Posts: 82
Joined: Sat 01 Jul 2006 11:42

Sqlite and Unicode

Post by chkaufmann » Thu 15 Jul 2010 16:40

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

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Fri 16 Jul 2010 08:45

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.

Post Reply