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
Search found 3 matches
- 07.10.2009, 22:29
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29245
- 01.10.2009, 09:14
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29245
- 30.09.2009, 13:12
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
- Replies: 97
- Views: 29245
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...