Subject | RE: [IBO] no AsInt64 anymore in Delphi2005 ? |
---|---|
Author | Vahan Yoghoudjian |
Post date | 2005-05-23T09:58:33Z |
Did you try to press Ctrl+Space after query.ParamByName('ID'). to get
the list of class properties to see what property they have as alternative?
Vahan
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On Behalf
Of Sylvain Planchon
Sent: Monday, May 23, 2005 10:52 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] no AsInt64 anymore in Delphi2005 ?
Hi
I just migrate a project from Delphi 5 to Delphi 2005. This project uses
a TIBOQuery dynamicly (not in design mode) with an BigInt Field.
I was using the following code :
query.ParamByName('ID').AsInt64 := id ;
It was working fine ; but in D2005, I cannot compile. I've got the
following error :
"Unknown declaration : 'AsInt64'" (translated by myself form my
french D2005 message : "Identificateur non déclaré : 'AsInt64'").
How to manage BigInt fields in D2005 with TIBOQuery ? Is there something
new or different since D5 ?
Regards,
Sylvain.
___________________________________________________________________________
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
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/IBObjects/
b.. To unsubscribe from this group, send an email to:
IBObjects-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
the list of class properties to see what property they have as alternative?
Vahan
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On Behalf
Of Sylvain Planchon
Sent: Monday, May 23, 2005 10:52 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] no AsInt64 anymore in Delphi2005 ?
Hi
I just migrate a project from Delphi 5 to Delphi 2005. This project uses
a TIBOQuery dynamicly (not in design mode) with an BigInt Field.
I was using the following code :
query.ParamByName('ID').AsInt64 := id ;
It was working fine ; but in D2005, I cannot compile. I've got the
following error :
"Unknown declaration : 'AsInt64'" (translated by myself form my
french D2005 message : "Identificateur non déclaré : 'AsInt64'").
How to manage BigInt fields in D2005 with TIBOQuery ? Is there something
new or different since D5 ?
Regards,
Sylvain.
___________________________________________________________________________
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
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/IBObjects/
b.. To unsubscribe from this group, send an email to:
IBObjects-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]