NUMBER(18, 0)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Chapurrero

NUMBER(18, 0)

Post by Chapurrero » Tue 24 May 2005 16:36

I have to connect to a database Oracle 9.2 via net with ODAC 5.10.4.13 that has a field defined as NUMBER(18, 0). I have to retrieve all the 18 digits to a string but I have not had success because the field is defined as a float instead of a LargeInt. Any clue?

Also, is there any way to search this forums, because I am sure this question has been answered before.

Regards,
Pablo

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

Post by Alex » Wed 25 May 2005 06:34

Try to set TOraSession.Options.EnableNumbers property to True.

Chapurrero

NUMBER(18, 0)

Post by Chapurrero » Wed 25 May 2005 14:24

Thanks a lot, it was False, I never thought I would have to retrieve such numbers.

Regards,
Pablo

Post Reply