Subject no AsInt64 anymore in Delphi2005 ?
Author Sylvain Planchon
Hi

I just migrate a project from Delphi 5 to Delphi 2005. This project uses
a TIBOQuery dynamicly (not in design mode) with an BigInt Field.
I was using the following code :

query.ParamByName('ID').AsInt64 := id ;

It was working fine ; but in D2005, I cannot compile. I've got the
following error :

"Unknown declaration : 'AsInt64'" (translated by myself form my
french D2005 message : "Identificateur non déclaré : 'AsInt64'").

How to manage BigInt fields in D2005 with TIBOQuery ? Is there something
new or different since D5 ?

Regards,
Sylvain.