Friday, April 10, 2009
Saturday, April 4, 2009
JDBC Driver Layer
The main process of JDBC driver layer is to interface between a java application and a database. JDBC layers contain drivers, such as SQL drivers or Oracle drivers, which enables connectivity between java program and database. A driver sends the request of a java application to the data base. After processing request, the database sends the request back to the drivers. The translation is done by drivers, which sends the response to the JDBC API. The JDBC API forwards it to the java application.
Subscribe to:
Posts (Atom)