Subject Re: [IBO] Current Equivalent to .AsInt64
Author René J. Belland
Use 'asLargeInt'. Make sure variants units is in your 'uses' clause.

-Rene


----- Original Message -----
From: "Hans" <hhoogstraat@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, September 25, 2004 12:16 PM
Subject: Re: [IBO] Current Equivalent to .AsInt64


> Try
>
> TIBOQuery(Query).ParamByName(Name).AsString := IntToStr(Value);
>
> ----- Original Message -----
> From: "Shaq" <shaq@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Saturday, September 25, 2004 12:06 PM
> Subject: [IBO] Current Equivalent to .AsInt64
>
>
> > Is there a current equivalent to .AsInt64?
> >
> > TIBOQuery(Query).ParamByName(Name).AsInt64
> >
> > Thanks.
> >
> > -Shaq
> >
> >
> >
> >
> >
>
___________________________________________________________________________
> > IB Objects - direct, complete, custom connectivity to Firebird or
> InterBase
> > without the need for BDE, ODBC or any other layer.
> >
>
___________________________________________________________________________
> > http://www.ibobjects.com - your IBO community resource for Tech Info
> papers,
> > keyword-searchable FAQ, community code contributions and more !
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>
>
>
>
>