Online Software Educational Training - IT Tutorials - Online Education Training for Computer Software


Home

JAVA JDBC

What is JDBC?

JDBC stand for Java Data Base Connectivity JDBCTM was designed to keep simple things simple. This means that the JDBC API makes everyday database tasks, like simple SELECT statements, very easy. This tutorial will walk you through examples of using JDBC to execute common SQL statements, letting you see for yourself how easy it is to use the basic JDBC API. JDBC is a standard SQL database access interface that provides uniform access to a wide range of relational databases. It also provides a common base on which higher level tools and interfaces can be built. This comes with an ODBC Bridge. The Bridge is a library that implements JDBC in terms of the ODBC standard C API.

 


Next