----- Original Message -----
From: "Jason Wharton"
> > I've had some problems with this. Trying to assign an integer value
> > into a Firebird 1.5 BIGINT (or vice-versa) doesn't work at all. I'm
> > using fieldbyname('...').Value
> >
> > any comments???
>
> Yes, Value hooks you through a variant. Use instead the appropriate type
> like AsLargeInt or AsExtended may even work.
>
Hi Jason, is there such thing as AsLargeInt available because it might be
ok instead of AsInt64Raw wich I use as a substitute for AsExtended.
You cannot use AsExtended because of the forementioned rounding problems.