Executes SQL using JSP and Servlet
September 24, 2003 22:56
If you are new to SQL, you will find there is a bit difficult to test your SQL statement in the command line. No worry, this article from DevArticles will teach you how to use JSP and Servlet to create a little application that can execute your SQL statement in a friendly interface. However, this article assumes you have basic knowledge about JSP and Servlet, of course, including Java language.