Subject | Re: RePost : Cannot delete current row |
---|---|
Author | xpl_nico <nschoemaker@xploration.nl> |
Post date | 2003-02-04T20:44:47Z |
> FOREIGN KEY constraints errors are comming from server.I Know.
> You can be trying delete a record that violate the rules ofreferencial
> integrity of your database.I'm doing that.
> You could look at in your database triggers and constraints whereis the
> problem.My constrains are oke, it should raise the foreign key error.
The first time i try to delete the record i get my foreign key
constraint error, this is what it should do.
When i retry to delete the same record after the fk error i get an
IBO exception and not the fk error again.
I only get the fk error back when i refresh the record or navigate
away and back.
Nico.