Page 1 of 1

NUMBER(18, 0)

Posted: Tue 24 May 2005 16:36
by Chapurrero
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

Posted: Wed 25 May 2005 06:34
by Alex
Try to set TOraSession.Options.EnableNumbers property to True.

NUMBER(18, 0)

Posted: Wed 25 May 2005 14:24
by Chapurrero
Thanks a lot, it was False, I never thought I would have to retrieve such numbers.

Regards,
Pablo