Subject | Re: working with Numeric(18,0) values in Delphi |
---|---|
Author | zifnabbe <tom.deprez@village.uunet.be> |
Post date | 2003-02-09T18:40:23Z |
Thanks, but I tried this already... but,
I get the message that AsInt64 is an undeclared identifier
I'm using D7!
It looks like this isn't supported some how... :-(
Anybody other ideas?
Thanks,
Tom.
--- In IBObjects@yahoogroups.com, "Marco Menardi <mmenaz@l...>"
<mmenaz@l...> wrote:
I get the message that AsInt64 is an undeclared identifier
I'm using D7!
It looks like this isn't supported some how... :-(
Anybody other ideas?
Thanks,
Tom.
--- In IBObjects@yahoogroups.com, "Marco Menardi <mmenaz@l...>"
<mmenaz@l...> wrote:
> In delphi >= 6, you can use AsInt64wrote:
> regards
> Marco Menardi
>
> --- In IBObjects@yahoogroups.com, "Tom Deprez" <tom.deprez@v...>
> > Hi,very
> >
> > I've a stored procedure which returns a numeric(18,0) value. Which
> > datatype can hold this?
> > I assume the below code isn't correct when the created id becomes
> > large.
> >
> > SessionID := ParamByName('SESSIONID').AsWord;
> >
> > (I use a TIBOStoredProc)
> >
> > Thanks in advance,
> > Tom.