Re: EOGenerator and prototypes
Re: EOGenerator and prototypes
- Subject: Re: EOGenerator and prototypes
- From: Lachlan Deck <email@hidden>
- Date: Tue, 15 May 2007 14:41:56 +1000
On 15/05/2007, at 2:30 PM, Chuck Hill wrote:
On May 14, 2007, at 9:24 PM, Lachlan Deck wrote:
Example prototype:
MyPrototypes.eomodeld/
EOJDBCMySQLPrototypes.plist
<...>
{
allowsNull = Y;
columnName = "";
externalType = NUMERIC;
name = "decimal(14,2)";
That looks a bit odd to me. I have never used an attribute or
prototype name that was not a valid Java identifier. It is
remotely possible this is causing a problem.
I'll try changing it...
precision = 14;
scale = 2;
valueClassName = NSNumber;
valueType = B;
},
<...>
Any ideas?
What does the definition for name look like? Is there a valueType
set on it? valueType =""; perhaps?
{
columnName = feeGst;
name = feeGst;
prototypeName = "decimal(14,2)";
},
with regards,
--
Lachlan Deck
_______________________________________________
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