Build a servlet-based application that executes SQL statements against a database
This article presents a web application that allows you to use a JSP interface to execute any type of sql statement against a database. An application like this makes it easy to view and modify the data in a database. In addition, because it will display an error message if you try to execute an sql statement with incorrect syntax, this application allows you to test for errors in your sql code.
Views: 641 | | by Stephen
View this tutorial