[Solved] Zeos 7.2.1 rc Lazarus 1.6.4 and Firebird 3.0 failed
Posted: 31.05.2017, 09:38
Hi,
my program, developed with Lazarus 1.6 , Zeos 7.2.1 rc and Firebird 3.0 works fine.
An update to Lazarus 1.6.4 compiles but the program did not work anymore.
A deeper look into it shows, that Zeos cause the problem.
A simple connection with Zconnection, ZQuery and Datasource with the SQL syntax 'Select max(orderno) as orderno from orders'
failed with the message 'Zquery: Field not found - IDNo'. IDNo is the first field in the table.
A connection with the Lazarus SQLdb IBconnection in Lazarus 1.6.4 works fine, so Lazarus seems not the problem.
Any ideas ?
In the Lazarus forum I go no reply, maybe someone here could help.
Thanks in advance.
my program, developed with Lazarus 1.6 , Zeos 7.2.1 rc and Firebird 3.0 works fine.
An update to Lazarus 1.6.4 compiles but the program did not work anymore.
A deeper look into it shows, that Zeos cause the problem.
A simple connection with Zconnection, ZQuery and Datasource with the SQL syntax 'Select max(orderno) as orderno from orders'
failed with the message 'Zquery: Field not found - IDNo'. IDNo is the first field in the table.
A connection with the Lazarus SQLdb IBconnection in Lazarus 1.6.4 works fine, so Lazarus seems not the problem.
Any ideas ?
In the Lazarus forum I go no reply, maybe someone here could help.
Thanks in advance.