Re: Update & Delete of an Enterprise Object causes EOEditingContext.saveChanges() to Exception
Re: Update & Delete of an Enterprise Object causes EOEditingContext.saveChanges() to Exception
- Subject: Re: Update & Delete of an Enterprise Object causes EOEditingContext.saveChanges() to Exception
- From: "Cheong Hee (DS)" <email@hidden>
- Date: Fri, 7 Nov 2008 17:22:52 +0800
Hi TimMay be you could try with:DbTest dbObj = (DbTest)
EOUtilities.objectMatchingKeyAndValue (ec, "Test", "priKey", new
Integer(0));>> DbTest dbObj = (DbTest) EOUtilities.objectMatchingKeyAndValue
(ec,
"Test", "priKey", 0);
Cheers
Cheong Hee
_______________________________________________
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