Subject | Re: [IBO] Record was not inserted |
---|---|
Author | Geoff Worboys |
Post date | 2002-09-04T08:46:02Z |
> When I insert into a Detail dataset, I get the following error:-...
> :"Record was not inserted" The procedure below is where the error
> seems to eminate(arrows indicate the exact spot). I am using v4.2E.
>>> if ( RowsAffected = 0 )...
Thats IBO protecting you from yourself :-)
Try getting rid of the MasterLinks - and just leave the
MasterParamLinks. Or alternatively, get rid of the parameter and
the MasterParamLinks. You dont need both, and my guess is that
having both is likely to cause all sorts of confusion.
Another possibility is that, if MEMBERINFUND were a view (rather
than a table), then you may be hitting a known issue with IB/FB.
But that seems unlikely in the situation shown.
--
Geoff Worboys
Telesis Computing