Subject | TIBOStoredProc and parambyname |
---|---|
Author | René J. Belland |
Post date | 2004-09-18T15:57:23Z |
Hi,
I have something like this:
IBOStoredProc.ParamByName(PName).AsInt64 := XXXX.asLargeInt;
But this wont compile. It appears the TIBOStoredProc doesnt know about
AsInt64, or AsLargeInt.
If I want to assign the parameter a largeint or int64 then what should I
use??
Using D7 and IBO ver 4.2Ib
Thanks
René
[Non-text portions of this message have been removed]
I have something like this:
IBOStoredProc.ParamByName(PName).AsInt64 := XXXX.asLargeInt;
But this wont compile. It appears the TIBOStoredProc doesnt know about
AsInt64, or AsLargeInt.
If I want to assign the parameter a largeint or int64 then what should I
use??
Using D7 and IBO ver 4.2Ib
Thanks
René
[Non-text portions of this message have been removed]