Re: BIG BUG in Deleting detali records
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Mon, 21 May 2007 21:59:35 -0500
Since AdoDataset is just calling methods in Microsoft ADO it certainly is not aYou have to delete the detail records just deleting the master recordi dont use trigger !
doesn't
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 ai dont use parameter !
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.
I think the updatebatch work wrong on deleting datil records ... IS A BUG of
adodataset and updatebath mode !
bug in AdoDataset
Your posts don't make much sense so I can't see going over this again.
see post : 'deleting detail record' of 10/04/2007 - 23.04
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- BIG BUG in Deleting detali records
- From: Cavalera Guido
- Re: BIG BUG in Deleting detali records
- From: Brian Bushay TeamB
- Re: BIG BUG in Deleting detali records
- From: Cavalera Guido
- BIG BUG in Deleting detali records
- Prev by Date: Re: BIG BUG in Deleting detali records
- Next by Date: Re: Crash problem because of Language selection
- Previous by thread: Re: BIG BUG in Deleting detali records
- Next by thread: Re: BIG BUG in Deleting detali records
- Index(es):
Relevant Pages
|