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 ''/jar'' directory (this requires a restart) * [[driver|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 : - 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 : - 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