in Zeos 7.2.4 I get a:
"Type mismatch for field xxx, expecting: Currency actual: Extended."
In Firebird 2.5 Table1, "PREZZO" is a field of type Numeric(18, 4).
In this query:
Code: Select all
SELECT
*
FROM
TABLE1
In this query:
Code: Select all
SELECT
PREZZO
FROM
TABLE1
Why?
I discovered this behaviour because I updated from 7.2.? (how I verify build?) to 7.2.4 and my application raises a lot of Type mismatch exceptions.
What I can verify?
Thanks.