Search found 6 matches

by Lidael
08.09.2011, 00:13
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos on XE2?
Replies: 40
Views: 10281

I have some should-be-working packages on my local machine. I'm not finished with the OS X lib stuff, and unfortunatly the field-test license did run out, so i need to grab the trial to test. So give me some days more. MySQL was working in a simple testprogramm.
by Lidael
24.06.2011, 12:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi (XE) + MySQL + Latin1 Troubles and Solutions
Replies: 5
Views: 4638

Hello but it don't work with ZConnection1.Property charset=utf8 . The special chars from latin1 aren't displayed It work fine with ZConnection1.Property Codepage=utf8 . all special chars from latin1 are correctly displayed when they are send from the MySQL DB. :) Oh, my fault. Its codepage, not cha...
by Lidael
09.06.2011, 19:13
Forum: ZeosLib 7.0 Beta Forum
Topic: How to install Zeoslib on Delphi XE?
Replies: 7
Views: 2007

{$IFDEF DELPHI12_UP} Result := MemLCompUnicode(PChar(Str), PChar(SubStr), LenSubStr) {$ELSE} Result := MemLCompAnsi(PChar(Str), PChar(SubStr), LenSubStr) {$ENDIF} It seems that the define DELPHI12_UP is not correctly set. This should happen normally with the Zeos.inc file. If i can remember correct...
by Lidael
20.03.2011, 15:32
Forum: User Patches
Topic: [patch_done] Patch for Reconnect-Bug in MySQL lib
Replies: 1
Views: 1526

[patch_done] Patch for Reconnect-Bug in MySQL lib

This Patch should fix the bug in the mysqllib Versions 5.0.13-5.0.18 and <5.1.6 with the MYSQL_OPT_RECONNECT Flag being resettet by mysql_real_connect. See note on MYSQL_OPT_RECONNECT on: http://dev.mysql.com/doc/refman/5.0/en/mysql-options.html http://dev.mysql.com/doc/refman/5.1/en/mysql-options.h...
by Lidael
18.03.2011, 16:59
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13580

Unless i'm misreading the code it's codepage not Codepage.
And most of the other properties are ignored by Zeos SVN, only compress=true is recognized.
by Lidael
18.03.2011, 16:56
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi (XE) + MySQL + Latin1 Troubles and Solutions
Replies: 5
Views: 4638

Delphi (XE) + MySQL + Latin1 Troubles and Solutions

In the last two weeks i moved an old Turbo 2006 project do Delphi XE with Zeos 7.0 Alpha from SVN. The project uses Zeos to connect to an MySQL Database with charset latin1. All worked fine, until i realized that sending data to the database will scramble any special chars from latin1 (here: ÄÖÜäöüß...