Page 1 of 1

Type mismatch

Posted: 07.12.2009, 21:04
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?

Posted: 13.01.2010, 11:56
by KDeveloper2
http://zeos.firmos.at/viewtopic.php?t=2119

You have to change all your Fields in TWideStringField!

Posted: 13.01.2010, 12:37
by pttk
Thank