Group: StrataFrame Users
Posts: 364,
Visits: 771
|
All numbers in Oracle are stored as floating point numbers, so they come out as decimal. To ensure that you can return it as an integer, use the System.Convert.ToInt32() method instead of casting it as an integer.
|