Categories

Updated: 07/08/2000

SQLServlet

SQLServlet provides an easy way to access your database using HTML-forms. It features: Can keep the connection &"alive&" between the application and the database, Dynamically generate HTML-tables from the result-set, Create forms for inserts and updates, Replace the values in the querystring by formvariables, Does not require the creation of a new process for each request, Only need to be loaded once, and Runs on any platform that supports the Java Virtual Machine. It requires ODBC Driver or a pure JDBC driver for your database.
©2003-2019 jCay.com