Hello,
I have a table with the ID field defined as NUMBER
that contains only integers ( not floating point values).
How can I tell ODAC not to convert this numbers to float ?
Thanks
Andreas
Number as integer and not as float
Re: Number as integer and not as float
Try setting EnableIntegers to True under the TOraSession Options.
Last edited by mikeho on Tue 25 Feb 2014 18:09, edited 1 time in total.
Re: Number as integer and not as float
hello,
To implement such behavior, you should set the EnableIntegers property to True or use DataTypeMapping
To implement such behavior, you should set the EnableIntegers property to True or use DataTypeMapping