I am trying to parse a column of strings in Oracle (version 8i) to an integer.
I am accessing the results through Oracle.DataAccess library
I'm already using TO_NUMBER
with a mask to convert the string into a number with no decimal places. The problem is that the value in the client code is being retrieved as a decimal rather than an int.