Posts tagged JDBC connection procedures
Java Database Connectivity
Oct 23rd
JDBC stands for database connectivity. JDBC is a sql level API that allows to execute SQL statement and retrieve results if any.
Two & Three Tier Databse Access Models :
The JDBC provides support for both two and three tier database access models.
Two Tier Model :
The java application lacks direct communication to More >

