Subject | Re: [IBO] Help:Deleting in masterlink mode |
---|---|
Author | Geoff Worboys |
Post date | 2001-04-07T02:50:51Z |
> Now I'm dealing with the following problem:This is usually a keylinks problem. IBO is trying to specify a single
> I get the message:
> "Multiple rows in singleton fetch"
> and nothing is deleted.
record using its key value, but IB is responding with multiple rows.
Note that you must specify KeyLinks in full in the detail dataset AS
WELL AS the masterlinks required for the master-detail relationship.
Often one (or more) of the fields is common to both properties but
because that is not always the case, you must specify the keylinks so
that they will uniquely identify a record regardless of the
masterlinks settings.
HTH
Geoff Worboys
Telesis Computing