Big integer (int64)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
paolo
Posts: 27
Joined: Wed 06 Apr 2005 12:24

Big integer (int64)

Post by paolo » Fri 04 Nov 2005 13:43

Hi to all

i have one problem :

How i can retrive a big integer value from a StoreProcedure ??

Please help me :cry: :cry:

tanks in advance


Paolo

paolo
Posts: 27
Joined: Wed 06 Apr 2005 12:24

Post by paolo » Mon 07 Nov 2005 08:06

nobody use int64

mhhhh

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 07 Nov 2005 13:17

If you want to use large numbers you should set TOraSession.Options.EnableNumbers to True. This will allow you to access large number fields as TOraNumberField and access Int64 values through AsLargeInt property.

paolo
Posts: 27
Joined: Wed 06 Apr 2005 12:24

Post by paolo » Tue 08 Nov 2005 08:50

ok works fine now

tank you.

Paolo

Post Reply