Re: Delete record in batch mode
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Mon, 28 May 2007 20:44:16 -0500
Which is the detail table?
In the beforeDelete event set the Unique table property
ADODataSet.Properties['Unique Table'].Value:='Name of a table';
when i try to delete detail records and then updatebacth i've error 'row
cannot be located for updating ...'
i,ve discovered why but i dont have a solution for that ... the records in
the adodataset are recovered by a joined qry like this : SELECT OrdPro_Art.*
FROM OrdPro_Art LEFT JOIN OrdPro ON OrdPro.Progressivo =
OrdPro_Art.Progressivo WHERE %s',['OrdPro.Concluso = 0']);
...But in insert and update all fine, while in DELETE i.ve an error 'row
cannot be located for updating ...'
WHY ? help me please !
tank u very in advance ...
BYE
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Delete record in batch mode
- From: Del Murray
- Re: Delete record in batch mode
- References:
- Delete record in batch mode
- From: Cavalera Guido
- Re: Delete record in batch mode
- From: Cavalera Guido
- Delete record in batch mode
- Prev by Date: Re: Delphi 5 and ADO
- Next by Date: Re: Delete record in batch mode
- Previous by thread: Re: Delete record in batch mode
- Next by thread: Re: Delete record in batch mode
- Index(es):
Relevant Pages
|