G
Guest
I am using the Oracle Data adapter and calling a stored procedure that does a
select of a table and returns it.
I get this error: Decimal's scale value must be between 0 and 28, inclusive.
Is this a limitation of the adapter?
First of all the column that holds the value that is creating this error is
defined as a FLOAT in Oracle not a DECIMAL.
Secondly, the limit of a decimal is 38 not 28.
Any ideas?
select of a table and returns it.
I get this error: Decimal's scale value must be between 0 and 28, inclusive.
Is this a limitation of the adapter?
First of all the column that holds the value that is creating this error is
defined as a FLOAT in Oracle not a DECIMAL.
Secondly, the limit of a decimal is 38 not 28.
Any ideas?