It works but I broke the coding convention here.
 
 
In general I name all my member variable with a prefix m
 
eg
 
private String mDriverName = null;
 
Is this possible in Beans. what should I call the methods in the Beans?? I am kind of confused.
 
Sreekanth
-----Original Message-----
From: [Your Full Name] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 8:45 AM
To: [EMAIL PROTECTED]
Subject: Re: delete multiple table

You can delete multiple tables in batch mode one after the other. By the way how do you plan to delete them?.
 
Another way could be using database procedures like stored procs and call them from callable Statements (probable best).
 
Sreekanth
-----Original Message-----
From: chenghong [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 14, 2001 9:57 PM
To: [EMAIL PROTECTED]
Subject: delete multiple table

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

Reply via email to