SQLite Codepage

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
regs
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 15.11.2010, 03:33

SQLite Codepage

Post by regs »

Can't anyone help me. Can't figure out how to use proper encoding with SQlite. I see only ????? with Zeos, but SQLite Administrator shows cp1251 well. How can I set it up in Zeos libs (svn)?
regs
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 15.11.2010, 03:33

Post by regs »

mmm, whatever i set in properties nothing works. it's still obviously using ascii instead of ansi
codepage=cp1251
client_encoding=cp1251
encoding=cp1251
PRAGMA encoding = "cp1251";
Post Reply