Package scriptella.driver.odbc

The JDBC-ODBC Bridge Adapter for Scriptella.

See:
          Description

Class Summary
Driver Scriptella Adapter for Sun's JDBC-ODBC driver.
 

Package scriptella.driver.odbc Description

The JDBC-ODBC Bridge Adapter for Scriptella.

The JDBC-ODBC Bridge is a JDBC driver that implements JDBC operations by translating them into ODBC operations. To ODBC it appears as a normal application program. The Bridge implements JDBC for any database for which an ODBC driver is available. The Bridge is implemented as the sun.jdbc.odbc Java package and contains a native library used to access ODBC.

General information

Driver class:scriptella.driver.odbc.Driver
URL:Same as for Sun's JDBC-ODBC Bridge.
Runtime dependencies:None

Driver Specific Properties

Name Description Required

Examples

    <connection url="jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb)};DBQ=Northwind.mdb"/>



Copyright © Copyright 2006-2009 The Scriptella Project Team.