Unidac (Interbase) - where :PARAM='' fail
Posted: Thu 12 Feb 2015 11:14
Hello again
I have problems with Unidac, Interbase provider when i try to open query on any interbase/firebird database with simple SQL:
select * from RDB$DATABASE
WHERE :DATA = ''
Error: Dynamic SQL Error
SQL error code = -303
arithmetic exception, numeric overflow, or string truncation
string right truncation
All bad things here is from :DATA='' SQL part.
How to solve this problem as soon as posible?
I have problems with Unidac, Interbase provider when i try to open query on any interbase/firebird database with simple SQL:
select * from RDB$DATABASE
WHERE :DATA = ''
Error: Dynamic SQL Error
SQL error code = -303
arithmetic exception, numeric overflow, or string truncation
string right truncation
All bad things here is from :DATA='' SQL part.
How to solve this problem as soon as posible?