Search found 3 matches
- 06.03.2009, 02:15
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Problem with string parameter of TZQuery
- Replies: 0
- Views: 753
Problem with string parameter of TZQuery
I have a problem with ZeosLib 7.0 + MySQL + Delphi 2009 Pro. I noticed that assigning a unicode value to a string parameter of TZQuery is not correct. To be more precise I give an example: // query with parameter qry.SQL.Text := 'INSERT INTO MyTable (StringField) VALUES (:AStringParam)'; qry.ParamBy...
- 06.03.2009, 01:58
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Problem updating BLOB's in Mysql
- Replies: 11
- Views: 1822
- 11.01.2009, 23:32
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Problem updating BLOB's in Mysql
- Replies: 11
- Views: 1822
Hi, I hope this is the correct place for my post. I have a problem with ZeosLib 7.0 + MySQL + Delphi 2009 Pro. I noticed that during writing to the blob fields the information is changed. In my opinion this is a bug but if not please correct my following code: // for writing to blob field qry.SQL.Te...