Re: Cascade Delete Not Working Correctly?
From: James Goodman (james_at_norton-associates.REMOVE.co.uk)
Date: 03/25/04
- Next message: michaaal: "Is the single-processor SQL different than the dual-processor SQL?"
- Previous message: Bernie Yaeger: "table last modified date time"
- In reply to: HarryArchibald: "Cascade Delete Not Working Correctly?"
- Next in thread: HarryArchibald: "Re: Cascade Delete Not Working Correctly?"
- Reply: HarryArchibald: "Re: Cascade Delete Not Working Correctly?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 25 Mar 2004 15:48:16 +0000 (UTC)
In order to do this you will need to enable Cascade Update as well as
Cascade Delete...
-- James Goodman MCSE MCDBA http://www.angelfire.com/sports/f1pictures/ "HarryArchibald" <HarryArchibald@hotmail.com> wrote in message news:ec2901c4127b$e58cbde0$a001280a@phx.gbl... > I have a master table that is updated. The master has > child records that are referenced by a foreign key with > the CASCADE DELETE option. > > In the transaction log, an update of the master appears > as a DELETE/INSERT. The primary key is not being updated. > > For the child record, the same update appears to > DELETE/INSERT the child. > > Occassionaly, when a master record is updated, the child > record is deleted but not inserted. > > Can anyone explain why? > > TIA, > Harry
- Next message: michaaal: "Is the single-processor SQL different than the dual-processor SQL?"
- Previous message: Bernie Yaeger: "table last modified date time"
- In reply to: HarryArchibald: "Cascade Delete Not Working Correctly?"
- Next in thread: HarryArchibald: "Re: Cascade Delete Not Working Correctly?"
- Reply: HarryArchibald: "Re: Cascade Delete Not Working Correctly?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|