-
Notifications
You must be signed in to change notification settings - Fork 0
5 JDBC
plor10 edited this page Nov 15, 2018
·
3 revisions
197 DISTRIBUTED JAVA JDBC Overview 2 JDBC Overview What is a JDBC JDBC stands for Java Database Connectivity, which is a standard Java API for database
independent connectivity between the Java programming language and a wide range of databases. The JDBC API supports both two
tier processing models for database access but in general, JDBC Architecture consists of two layers − § JDBC API : This provides the application
Driver Connection. 3 JDBC Overview What is a JDBC 4 JDBC Overview SQL Commands we will use § Create § Drop § Insert § Select 5