Basic HTML version of Foils prepared 7 October 97

Foil 40 JDBC Servlet Example

From Overview of JDBC and its use with Microsoft Access ARL Database Tutorial -- February 98. by Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)


1 Demonstrates how to use servlets to access the database
2 This example uses Weblogic's JDBC driver to connect to the Oracle database on osprey7
3 The servlet allows to connect to a user's database and run queries on the same
4 It displays the query results as well as the driver details
5 The main java packages imported are java.servlet, java.servlet.http and java.sql among others.

in Table To:


© on Mon Oct 13 1997