your question is
not clear.
if u want to
delete records from different table in RDBMS
for example if
they are connected through reference keys. you can use "on cascade" in Oracle.
It will delete all the child records.
check
---> java.sql.DatabaseMetaData it has methods for getting information
about tables
Cheers!!
Rajinder
|
- delete multiple table chenghong
- Re: delete multiple table Paul Foxton
- Re: delete multiple table Rajinder Sandhu
- Re: delete multiple table Paul Foxton
- Re: delete multiple table [Your Full Name]
- Re: delete multiple table [Your Full Name]