Features of JDBC API
java Database Connective (JDBC) provides a databse programing API for java program. Some of the feature of JDBC API are.
1. Contains a set of class and interfaces that are used to connect to a databse built using anyDBMS?RDBMS, submit SQL quries to a databse, and retrive and process the resuilt of SQL quries.
2. IS a low-level interface in which SQL select and update statement are called directly from within java Programs.
3. Can be used with both two-tier and three-tier databse architecture. In two-tier architure, a java program invoke the methods of JDBC API, which in turn communication with the database server . In three-tier architecture, a java applet or a HTML form submits SQL quries to a middle tier server . The middle tier server intum uses JDBC API to communicate with the databse server.
Tags: JDBC


No comments
Category: