Search found 3 matches

by pengels
12.08.2014, 11:28
Forum: ZeosLib 7.1 stable Forum
Topic: UTF8 and ADO-Connection
Replies: 5
Views: 4500

Re: UTF8 and ADO-Connection

Hi Michael, yes, you got it clear: In the case the Access-DB already contains a char like Ĉ in a memo it is displayed correctly by ZEOS, but when I write it back into the DB it will become a simple C. Here are my current settings: Connection.Protocol := 'ado'; Connection.ControlsCodePage := cCP_UTF1...
by pengels
02.08.2014, 20:41
Forum: ZeosLib 7.1 stable Forum
Topic: UTF8 and ADO-Connection
Replies: 5
Views: 4500

Re: UTF8 and ADO-Connection

Hi Michael, my application shall become a helper to an existing commercial application, also written in Delphi. I think, that this application uses TADO-components, since every connection is made via ODBC and a corresponding UDL-File. Supported are ACCESS, Firebird, MySQL and MSSQL Databases. Becaus...
by pengels
21.07.2014, 17:15
Forum: ZeosLib 7.1 stable Forum
Topic: UTF8 and ADO-Connection
Replies: 5
Views: 4500

UTF8 and ADO-Connection

Hi all, I am using ZeosLib 7.1.3a with Delphi 2010 and want to write some UTF8 characters into a Memo-Field of an Access-DB connected via ADO. But I cannot get this working. E.g. the character Ĉ will be stored as C, while the german Umlauts äüöß are correct. Can anybody tell me, how TZConnection mus...