MySQL Editor: dtInteger Executable: dtInt64
Posted: Thu 03 Mar 2011 14:40
Hello,
I am using:
MySQL 5.3.1
Delphi 2006
mydac 4.40.0.19
Rave 6.5.
Underneath code wil generate a dtInteger from MySQL Editor. The report is designed with this type. However, when I execute the query from the executable it wil generate a dtInt64 resulting in a ERaveExeption; dtInteger expected, dtIn64 found.
Does somebody know how this is possible or how to avoid it?
Is this a known issue?
I am using:
MySQL 5.3.1
Delphi 2006
mydac 4.40.0.19
Rave 6.5.
Underneath code wil generate a dtInteger from MySQL Editor. The report is designed with this type. However, when I execute the query from the executable it wil generate a dtInt64 resulting in a ERaveExeption; dtInteger expected, dtIn64 found.
Code: Select all
DATEDIFF(RR.REI_DATUMBEGIN,CURDATE()) AS DGN_TOT_REIS,
Is this a known issue?