Page 1 of 1

ZeosLib >= 7.0.1 + Delphi XE3 + MySQL 5.1.46-community

Posted: 17.04.2013, 17:14
by Diarlem
I have tried to run a query in this enviroments:
ZeosLib >= 7.0.1 + Delphi XE3 + MySQL 5.5.18-community
and i have got this result on figure1.

ZeosLib = 7.0.0-dev + Delphi XE + MySQL 5.5.18-community
and i have got this result on figure2.

In the Dataset field varchar1 I always had the answer shown in figure2. How do I get the same result in Delphi XE3, who insists on appearing (BYTES)?

Posted: 09.06.2013, 14:09
by EgonHugeist
Diarlem,

cast the field as VARCHAR(xx).

May i ask for a create sript of this table?