Re: Duplicate record
Re: Duplicate record
- Subject: Re: Duplicate record
- From: Hunter Hillegas <email@hidden>
- Date: Tue, 20 Jul 2004 15:41:24 -0700
Is your primary key a class property (is the little diamond checked in
EOModeler)?
This can cause EOF to try to update a primary key, which causes
exception fever.
On Jul 20, 2004, at 3:03 PM, A. Uchida wrote:
Hi there,
WO 5.2
Mac OS X10.3.4
Postgresql7.3.4 (pg73jdbc.jar)
When modifying an existing record in a table I want to keep the
existing record as it is,
because it might be used (relationed) to the other records in the
other table.
What I've tried was :
Show details of a record which is going to be modified
Insert new object into the table
Copy the details of record to the inserted object
and saveChanges()
But it gets primary key duplication error.
And I tried search on web/mailing list but I couldn't find any clue.
I even doesn't know what would be the keyword for search this issue.
Any help would be very much appreciated.
A. Uchida
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.