Subject | Re[2]: [IBO] IBOQuery & FieldByName("F1")->AsInt64 |
---|---|
Author | Nando Dessena |
Post date | 2004-04-14T13:48:32Z |
Gerhard,
g> i did but without success.
I should have read your first post with more attention: actually it
was quite clear you did.
It looks like the support for int64 in the database VCL is somehow
lacking, or at least it's not done the same way it's done for other
types.
Anyway, using Value should get you going:
dsGetFolderItems->FieldByName("FOLDER_ID")->Value
If you use persistent fields you can access AsLargeInt directly:
dsGetFolderItemsFOLDER_ID->AsLargeInt
HTH
--
Nando mailto:nandod@...
g> i did but without success.
I should have read your first post with more attention: actually it
was quite clear you did.
It looks like the support for int64 in the database VCL is somehow
lacking, or at least it's not done the same way it's done for other
types.
Anyway, using Value should get you going:
dsGetFolderItems->FieldByName("FOLDER_ID")->Value
If you use persistent fields you can access AsLargeInt directly:
dsGetFolderItemsFOLDER_ID->AsLargeInt
HTH
--
Nando mailto:nandod@...