Re: deleting related records by Grzegorz
Grzegorz
Mon Nov 15 09:20:37 CST 2004
U¿ytkownik "Konrad" <konrad007@poczta.onet.pl> napisa³ w wiadomo¶ci
news:uQUNf7wyEHA.4004@tk2msftngp13.phx.gbl...
> Hi
>
> I have strongly typed data set.
> I want to delete record in one table.
> It has related tables (it is parent table).
> How to load all related records from child tables
> and delete them (and also discover and delete they children records) to
> have
> possibility to delete parent record.
>
>
Why do you want to load to your dataset all related records? Why don't you
run sql command in your database? Do you want to show user all records that
will be deleted?
Regards,
Grzegorz