Always ZERO with Oracle NUMBER fields
Always ZERO with Oracle NUMBER fields
- Subject: Always ZERO with Oracle NUMBER fields
- From: Ken Anderson <email@hidden>
- Date: Tue, 15 May 2007 11:09:14 -0400
List friends,
I'm having a very strange problem with Oracle NUMBER columns with
decimals in them. I have them setup like this:
{
allowsNull = Y;
columnName = "Settlement_price";
externalType = NUMBER;
name = settlementPrice;
precision = 10;
scale = 3;
valueClassName = NSDecimalNumber;
valueType = B;
},
but unfortunately, the value in the EO is always 0.000. If I use the
Data Viewer in EOModeler, I see the correct values.
I've tried adding and removing the plug-in, messing with the
valueType, everything... but always ZERO.
Any thoughts?
Thanks,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden