Subject | Where did the asInt64 go? |
---|---|
Author | rjbelland |
Post date | 2005-12-14T05:06:08Z |
Hello,
I upgraded to ver 4.5 from ver 4.2.
In ver4.2 I could use the following:
IBOQuery.params[i].asInt64
I cannot do so in ver4.5. I have to do:
IBOQuery.params[i].asInteger or IBOQuery.params[i].value
I get and "undeclared identifier" error when compiling
What has changed? Which should I be using? asInteger or .value?
Thanks,
René
I upgraded to ver 4.5 from ver 4.2.
In ver4.2 I could use the following:
IBOQuery.params[i].asInt64
I cannot do so in ver4.5. I have to do:
IBOQuery.params[i].asInteger or IBOQuery.params[i].value
I get and "undeclared identifier" error when compiling
What has changed? Which should I be using? asInteger or .value?
Thanks,
René