Delphi 2009
Firebird 2.1
Zeoslib7-svn 628
I have a project that I am testing that was migrated from Delphi 2007 and the stable version of Zeoslib.
I am getting the following error: EDatabase Error with message MyQuery: Type mismatch for field 'Myfield; expecting: String, actual WideString.
Is there anyway to fix this??
Firebird - Type mismatch for field
Moderators: gto, EgonHugeist, olehs
Could you be more specific in your question? I am not sure what you are asking.
I have a form with all of my datamodules on it. It is where all of the queries are located. When I need to use one in the program I open it, use it, and then close it. The queries are created using SQL in the TZQuery.
It not limited to one query but several.
I have a form with all of my datamodules on it. It is where all of the queries are located. When I need to use one in the program I open it, use it, and then close it. The queries are created using SQL in the TZQuery.
It not limited to one query but several.