Re: Primary Key not present on insert
Re: Primary Key not present on insert
- Subject: Re: Primary Key not present on insert
- From: Art Isbell <email@hidden>
- Date: Tue, 1 Jan 2008 13:26:01 -1000
On Jan 1, 2008, at 9:36 AM, Tobias Crawley wrote: attributes = ( { allowsNull = Y; columnName = altDescription; name = altDescription; prototypeName = varchar255; }, {columnName = cardID; name = cardID; prototypeName = id; }, {columnName = diagnosisCodeID; name = diagnosisCodeID; prototypeName = id; }, {name = id; prototypeName = id; }
How does EOF know to which column in your table to map your id attribute? Try specifying a columnName value for your id attribute.
|
_______________________________________________
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