Re: TADODataSet using outer joins and delete method !!!
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 10/11/04
- Previous message: Brian Bushay TeamB: "Re: Accessing A Large MS SQL Table Over ADO Components"
- In reply to: deliMawi: "TADODataSet using outer joins and delete method !!!"
- Next in thread: deliMawi: "Re: TADODataSet using outer joins and delete method !!!"
- Reply: deliMawi: "Re: TADODataSet using outer joins and delete method !!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 10 Oct 2004 20:31:47 -0500
>While testing I assigned a query assigned to TADODataSet using outer joins.
>If I delete the record using TADODataSet.Delete method, the outer joined
>records also deleted. Is
Ado has a Unique Table property you can set to do this.
You should put this code in the BeforeDelete event
begin
ADODataSet.Properties['Unique Table'].Value:='Name of a table';
end;
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Previous message: Brian Bushay TeamB: "Re: Accessing A Large MS SQL Table Over ADO Components"
- In reply to: deliMawi: "TADODataSet using outer joins and delete method !!!"
- Next in thread: deliMawi: "Re: TADODataSet using outer joins and delete method !!!"
- Reply: deliMawi: "Re: TADODataSet using outer joins and delete method !!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|