Correct query causes error with Zeos
Posted: 10.05.2020, 09:22
This is a valid query in Firebird/Flame Robin (and some other databases/managers) but Zeos reports an error:
select id, '' as ERROR_WITH_ZEOS from some_table
SQL Error: Incorrect values within SQLDA structure; empty pointer to data; at SQLVAR index 1.
(Firebird 3, Zeos 7.3 latest, Delphi 2009)
select id, '' as ERROR_WITH_ZEOS from some_table
SQL Error: Incorrect values within SQLDA structure; empty pointer to data; at SQLVAR index 1.
(Firebird 3, Zeos 7.3 latest, Delphi 2009)