This is documentation of an archived release.
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>/jar directory (this requires a restart)
  • Configure the driver to use an external jar file (no restart required)

Database Drivers

MySQL

  1. Driver classname : com.mysql.jdbc.Driver

ODBC

  1. Driver download : <bundled-with-jre>
  2. Driver classname : sun.jdbc.odbc.JdbcOdbcDriver

MySQL

  1. Driver download : http://www.mysql.com
  2. Driver classname : com.mysql.jdbc.Driver

InstantDB

  1. Driver classname : org.enhydra.instantdb.jdbc.idbDriver
  1. Driver download : <proprietary>
  2. Driver classname : intersolv.jdbc.sequelink.SequeLinkDriver

MS/SQL

  1. Driver classname : com.microsoft.sqlserver.jdbc.SQLServerDriver
 
Last modified:: 2019/03/25 11:36