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
 
-----Original Message-----
From: chenghong [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 15, 2001 7:27 AM
To: [EMAIL PROTECTED]
Subject: delete multiple table

hi
    is there anyone know how to delete multiple table in jdbc ? ...
 
thanks
 

Reply via email to