[SQL] protected ON DELETE CASCADE

2001-08-22 Thread Murray Hobbs
nsaction - ie not use ON DELETE CASCADE, or rules, or triggers? and sorry for cross post but was not sure which was the best list thanks murray hobbs efone.com ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[SQL] Re: [GENERAL] protected ON DELETE CASCADE

2001-08-23 Thread Murray Hobbs
#x27;s primary but force deletes to C through a function that will delete from C only if there is no records in D but i would like to believe there is a better way - a way that does not require that i do all my deletes through a function cheers murray Oliver Elphick wrote: > >

[SQL] Re: [GENERAL] protected ON DELETE CASCADE

2001-08-23 Thread Murray Hobbs
cool, thanks yes, i was slack reading th docs m Jan Wieck wrote: > > Murray Hobbs wrote: > > > > i neglected to show it properly > > > > have tables A, B, C, D PLUS a few others > > > > A <- B > > > > F > > | > >