Re: BIG BUG in Deleting detali records
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Sun, 20 May 2007 21:49:49 -0500
D2006+ADODataSet+SQLServerYou have to delete the detail records just deleting the master record doesn't
In a master detail relation with transaction and batchoptimistic control,
happen deleting master record does not delete detail records after
updatebatch ...
This error was solved ?
delete detail records. You could write a trigger on the master table to do
this for you.
In addition if you have your master detail relationship set up to use a
parameter in the SQL statement when you change master records the detail records
will be refreshed. If you have deleted detail records and have not called
updatebatch before changing master records all the deletes will be lost.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: BIG BUG in Deleting detali records
- From: Cavalera Guido
- Re: BIG BUG in Deleting detali records
- References:
- BIG BUG in Deleting detali records
- From: Cavalera Guido
- BIG BUG in Deleting detali records
- Prev by Date: BIG BUG in Deleting detali records
- Next by Date: Re: BIG BUG in Deleting detali records
- Previous by thread: BIG BUG in Deleting detali records
- Next by thread: Re: BIG BUG in Deleting detali records
- Index(es):
Relevant Pages
|