Thanks to visit codestin.com
Credit goes to github.com

Skip to content

teambob/jdbc2odbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdbc2odbc

Overview

Open source JDBC-ODBC bridge driver. This library allows JDBC clients to access ODBC databases. There are closed sourced libraries that offer similar functionality but no open source libraries that I can find.

This project should be considered ALPHA and should not be used for production. Not all functions are supported and not all unsupported functions throw SQLFeatureNotSupportedException. Run with " -Dorg.slf4j.simpleLogger.log.io.github.jdbc2odbc=trace" to find out what functions are being used

The URL format follows the old built-in bridge syntax

The Bridge driver uses the odbc subprotocol. URLs for this subprotocol are of the form: jdbc:odbc:[=]*

For example:

jdbc:odbc:sybase
jdbc:odbc:mydb;UID=me;PWD=secret
jdbc:odbc:ora123;Cachesize=300

To enable debugging set the system property: org.slf4j.simpleLogger.log.io.github.jdbc2odbc=trace

See Also

About

JDBC-ODBC bridge driver

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages