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"/>