JDBC - ODBC bridge

Jdbc Class Architecture

Driver and Class

  • Driver Class= sun.jdbc.odbc.JdbcOdbcDriver
  • Jdbc Url= jdbc:odbc:[dsn]
  • The driver class is present in the rt.jar file





Discover More
Jdbc Class Architecture
JDBC - Drivers Type

JDBC is a flexible API that provide 4 different ways to connect to a data server. These convert JDBC calls to direct network calls to the database servers without the need of any middle-tier component....
Jdbc Class Architecture
Jdbc - URL (and Driver Class)

JDBC is using URL to locate the database schema. Database URLs are strings that you specify for the value of the url property of the DataSource object. URL userNameuserPasswordencoded URL The java/sql/DriverManagergetConnection...



Share this page:
Follow us:
Task Runner