| |
GeekInterview.com > Tech FAQs > Programming > Java
| Print | |
Question: hi,
I'm doing a project using jsp, java script, HTML as front end and sql server as backend.
i want to create my database inn runtime. while doing so ,
1. how do i check for an already existing class 2. if there is an already existing class then i need to update the table .
how do i do this. can any one guide through this.
vidhya
|
| May 05, 2006 13:05:40 |
#3 |
| Sita Kiran sankara |
Member Since: Visitor Total Comments: N/A |
RE: hi,I'm doing a project using jsp, jav... |
Dear Vidya, First of all pass a database command " desc <table name> "using executeQuery() function. Depending on the value returned you can determine whether the table exists if it does not then proceed your way .....Hope it works and your problem gets solved. Bye... |
| |
Back To Question | |