Re: trigger to cascade delete
From: Vijaya L. Natarajan <vijayaln_at_pollux.cs.uga.edu>
Date: 1997/08/01
Message-ID: <33E23188.7926_at_pollux.cs.uga.edu>#1/1
Date: 1997/08/01
Message-ID: <33E23188.7926_at_pollux.cs.uga.edu>#1/1
Hi Todd,
I think you can set up a push button for the users
to delete records for table 1 and 2.
When they press the button , try to use something like
[Quoted] WHEN-BUTTON-PRESSED trigger call DELETE_RECORD built in
function to delete corresponding records in table 1 and 2
and add some sql statement
like DELETE FROM TABLE 3 WHERE COLUMN_NAME = something appropriately.
Hope this helps.
Viji Received on Fri Aug 01 1997 - 00:00:00 CEST