aspose file tools
The moose likes JDBC and the fly likes problem accessing two tables from servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "problem accessing two tables from servlet" Watch "problem accessing two tables from servlet" New topic
Author

problem accessing two tables from servlet

deepak borole
Greenhorn

Joined: Nov 13, 2005
Posts: 25
i have to update a table from few tables using executeUpdate() from a servlet....from the previous page i am selecting the table to be updated and then in the servlet using if and else if i hav written code to update the table but only one table is getting updated...the code written in else if is not working means the executeUpdate() is not working....what must be the problem.


Winners Dont Do Different Things, They Do Things Differently !!!
Sri Ram
Ranch Hand

Joined: Oct 03, 2005
Posts: 118
Please post the code...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem accessing two tables from servlet
 
Similar Threads
problem accessing two tables from servlet
Multiple updates
JTable Problem...
Updation problem in JDBC
how to insert into 2 different tables