Skip to content
plor10 edited this page Nov 15, 2018 · 3 revisions

WEEK 6: JAVA DATABASE Matt Green MS.Ed , Instructor at WCTC 152

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 and three

tier processing models for database access but in general, JDBC Architecture consists of two layers − § JDBC API : This provides the application

to

JDBC Manager connection. § JDBC Driver API : This supports the JDBC Manager

to

Driver Connection. 3 JDBC Overview What is a JDBC 4 JDBC Overview SQL Commands we will use § Create § Drop § Insert § Select 5

Clone this wiki locally