Type mismatch

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
pttk
Junior Boarder
Junior Boarder
Posts: 37
Joined: 24.03.2006, 15:07

Type mismatch

Post by pttk »

Hi,

My TZQuery component have many field type "TStringField" but when try open connection send this error message:

Type mismatch for field '.....' expecting: String actual: WideString

All my field are String NOT WideString.

Server Mysql 4.1, IDE Delphi 2010, Zeos 7.0.0 Dev

Any idea?
PTTK
KDeveloper2
Fresh Boarder
Fresh Boarder
Posts: 14
Joined: 12.01.2010, 08:41

Post by KDeveloper2 »

http://zeos.firmos.at/viewtopic.php?t=2119

You have to change all your Fields in TWideStringField!
pttk
Junior Boarder
Junior Boarder
Posts: 37
Joined: 24.03.2006, 15:07

Post by pttk »

Thank
PTTK
Locked