This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.
For documentation on the current version, please check Knowledge Base.
done
JDBC Driver Registry
This page documents JDBC drivers of different database products and how you can register them with the JDSA utility.
Installing a driver Jar
Exposing a driver jar to Orbit GIS can be done in 2 ways :
- Add the jar file to the
<orbitgis>/jardirectory (this requires a restart) - Configure the driver to use an external jar file (no restart required)
Database Drivers
MySQL
- Driver download : http://dev.mysql.com/downloads/connector/j
- Driver classname : com.mysql.jdbc.Driver
ODBC
- Driver download : <bundled-with-jre>
- Driver classname : sun.jdbc.odbc.JdbcOdbcDriver
MySQL
- Driver download : http://www.mysql.com
- Driver classname : com.mysql.jdbc.Driver
InstantDB
- Driver download : http://instantdb.tripod.com/old-site/index.html
- Driver classname : org.enhydra.instantdb.jdbc.idbDriver
Intersolv SequeLink
- Driver download : <proprietary>
- Driver classname : intersolv.jdbc.sequelink.SequeLinkDriver
MS/SQL
- Driver download (MS/SQL 2005) : http://msdn.microsoft.com/en-us/data/aa937724.aspx
- Driver classname : com.microsoft.sqlserver.jdbc.SQLServerDriver
Last modified:: 2019/03/25 11:36