Search found 3 matches

by pjrobin
07.10.2009, 22:29
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28825

Illegal caracters....

Hi,

New problem:
Trying to post a string value in a record. Should be
[20.02%, tset:-20.0°C, tcur.:-13.9°C] but I get
[20.02%, tset:-20.0°C, tcur.:-13.9°C]

Using:
Delphi 2010
MySQL 5.1
latest SVN snapshot

Fieldtype is varchar utf_unicode_ci

Anyone?

PJ
by pjrobin
01.10.2009, 09:14
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28825

Hi mdaems,

The fix works, thanks a lot!

PJ
by pjrobin
30.09.2009, 13:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28825

Exception by "post" method

Hello, I'm using the last SVN-Zeos source code + Patch for Delphi 2010, connectiong to a MySQL database v5.1 I got some problem after inserting a record in a table: somewhere in the "post"-call, the function TZGenericCachedResolver.FormInsertStatement will be called. The SQL statement it p...