I have written a Stored Procedure and implemented the execute and fetch class methods as some ObjectScript routine calls. Everything is working okay, with one exception. The numeric field is being returned rounded off.
I have the rowspec defined as Amount:%Numeric(SCALE=2) I am invoking the stored procedure from java, and when I fetch a row, I can see the value that should be returned is 281.16, but I end up with 281.00. Is there something I need to be doing to get the scaling properly passed along ? Any ideas would be greatly appreciated. Larry
