Ed Leafe wrote:
> On Feb 28, 2007, at 8:32 AM, Uwe Grauer wrote:
> 
>> Found a bug!
>> dBizobj first tries to delete the parent before it will delete the
>> child.
>> Can't work, as i do have referential integrity in my database.
> 
>       That's not a bug. It's supposed to work this way.
>

It is a bug.
If dabo would first try to delete the child and after that the parent,
the database ref constraints wouldn't be violated.

>       Referential integrity can be either handled in the database, or at  
> the bizobj level. Not both. If your database handles RI, then you  
> should set your bizobjs to use REFINTEG_IGNORE so that they don't  
> conflict with the database.
> 

Not both?
Is this your definition?
You are totally wrong here.

Look at what referential integrity is:
http://en.wikipedia.org/wiki/Referential_integrity


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to