Hi all,
I do agree with Thierry, it is database dependent,
but we can manipulate it. for example in case of
oracle database we can query for table names which we
wanted to delete through the query "select table_name
from user_tables where <some condition>" and we can
hold result in ResultSet object. After this using a
loop we can execute delete statement for each row of
the resultset.
Thanks
Shrikant
--- Thierry Boutevin <[EMAIL PROTECTED]> wrote:
Hi
it does not depend really on jdbc drivers, but what
type of database engine you have, but I think (as far
as know) there is no jdbc instructions to delete
multiple tables
__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html