Search found 2 matches

by nomorelogix
15.06.2021, 17:33
Forum: ZeosLib 7.3/8.0 Forum
Topic: DBError : [2403] : Some character(s) could not be converted into client's character set
Replies: 3
Views: 333

Re: DBError : [2403] : Some character(s) could not be converted into client's character set

thank you for reply I think I need investigate on UTF8 in 2019 Actually I used this code but don't works SL := TStringList.Create; SL.Add('ClientCodepage=UTF8'); SL.Add('ControlsCodePage=cCP_UTF8'); SL.Add('AutoEncodeStrings=OFF'); FConnection := DriverManager.GetConnectionWithParams(FConnectionStri...
by nomorelogix
15.06.2021, 11:04
Forum: ZeosLib 7.3/8.0 Forum
Topic: DBError : [2403] : Some character(s) could not be converted into client's character set
Replies: 3
Views: 333

DBError : [2403] : Some character(s) could not be converted into client's character set

Hi all, I'm new in using zeoslib and I need some help. I use ZeosLib with Lazarus on linux and my need is to connect to MsSql (2019) so I've FreeTds installed. Some records contains strange chars as an example "ETIC.TE ADES.A4 ANG ROTONDO Ø". My code is very simple: var statement:IZStatem...