Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Gemini/DBAccess/SupportedDrivers"

(Supported Database Platforms)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
== Supported Database Platforms  ==
 
== Supported Database Platforms  ==
  
Line 35: Line 34:
 
|  
 
|  
 
|}
 
|}
 +
  
 
{| width="856" height="164" cellspacing="1" cellpadding="1" border="1" summary="This table describes the supported database platforms"
 
{| width="856" height="164" cellspacing="1" cellpadding="1" border="1" summary="This table describes the supported database platforms"
Line 49: Line 49:
 
| 10.x  
 
| 10.x  
 
| yes  
 
| yes  
| Delivered in version 10.8.2.2 with DBAccess, see 1)
+
| Delivered in version 10.5.1 with DBAccess, see 1)
|-
+
| MySQL Connector/J
+
| mysql-connector-java-<version>-bin.jar
+
| 5.1.x
+
| no
+
 
|}
 
|}
 +
  
 
'''Comments'''  
 
'''Comments'''  
  
#To use versions of Derby other than 10.8.2.2 you may need to replace the derby.jar and derbyclient.jar driver jars inside the org.apache.derby bundle with the version that you require.
+
#To use versions of Derby other than 10.8.2.2 (or 10.5.1 for DBAccess 1.0) you may need to replace the derby.jar and derbyclient.jar driver jars inside the org.apache.derby bundle with the version that you require.
  
 
<br>  
 
<br>  

Latest revision as of 12:35, 9 January 2013

Supported Database Platforms

Supported DB Platforms for DBAccess 1.1
JDBC driver JDBC driver bundle Compatible driver version Included Comment
Derby org.apache.derby_<version>.jar 10.x yes Delivered in version 10.8.2.2 with DBAccess, see 1)
MySQL Connector/J mysql-connector-java-<version>-bin.jar 5.1.x no
H2 h2-<version>.jar 1.3.x no
HSQLDB hsqldb.jar 2.x no


Supported DB Platforms for DBAccess 1.0
JDBC driver JDBC driver bundle Compatible driver version Included Comment
Derby org.apache.derby_<version>.jar 10.x yes Delivered in version 10.5.1 with DBAccess, see 1)


Comments

  1. To use versions of Derby other than 10.8.2.2 (or 10.5.1 for DBAccess 1.0) you may need to replace the derby.jar and derbyclient.jar driver jars inside the org.apache.derby bundle with the version that you require.


Back to the top