Re: Can't write edits to DB
Re: Can't write edits to DB
- Subject: Re: Can't write edits to DB
- From: Sacha Mallais <email@hidden>
- Date: Tue, 21 Jun 2005 09:42:14 -0700
On Jun 21, 2005, at 9:18 AM, email@hidden wrote:
The following error occurs when trying to update a record.
Could not save changes:
UpdateStatementForRow: qualifier may not be null
I don't know where to find the qualifier to make sure it isn't
null. All fields have data in them. How do I get rid of this
requirement for a qualifier or at least figure out what qualifier
is needed so I can add it?
Are you using single table inheritance? When you use single table
inheritance, you need to enter a qualifier to specify which rows
become which classes.
You are using single table inheritance if you have more than one
entity pointing to the same database table.
sacha
_______________________________________________
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