Advertise Here

 

Jul
4th

JDBC Driver Models (two/three tier)

Author: admin | Files under JDBC Driver Models(2-3 tier)

JDBC Driver Models
JDBC supports two and three tier models
Two Tier Model- in this type of model, java applets/applications interact directly with the database. A JDBC driver is required to communicate with the particular database management system that is being accessed. SQL statements are sent to the database and results are given to the user. This […]