I decided to do so
if FPlainDriver.dbcmd (FHandle, PAnsiChar (AnsiString (SQL))) <> DBSUCCEED then
It Works!
Search found 3 matches
- 23.08.2011, 16:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: MS SQL + Delphi not the correct codepage
- Replies: 2
- Views: 601
- 23.08.2011, 16:02
- Forum: ZeosLib 7.0 Beta Forum
- Topic: MS SQL + Delphi not the correct codepage
- Replies: 2
- Views: 601
- 23.08.2011, 14:31
- Forum: ZeosLib 7.0 Beta Forum
- Topic: MS SQL + Delphi not the correct codepage
- Replies: 2
- Views: 601
MS SQL + Delphi not the correct codepage
Dear sirs, I'm using MS SQL with Cyrillic_General (cp1251) encoding and Delphi. When I'm going to select data, everything works fine, but the update results in writing badly encoded characters in DB. I'm already tried to use codepage=win, codepage=win1251, codepage=cp1251 (and tried the same with co...