Skip navigation links

Package scriptella.driver.odbc

The JDBC-ODBC Bridge Adapter for Scriptella.

See: Description

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.

See Overview of JDBC package for a description of common features and connection properties.

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"/>
Skip navigation links

Copyright © Copyright 2006-2019 The Scriptella Project Team.