Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

Line 1: Line 1:
 
'''<font color="red">WARNING - EARLY DRAFT</font>''':  
 
'''<font color="red">WARNING - EARLY DRAFT</font>''':  
 
<br>
 
  
 
== Supported Database Platforms  ==
 
== Supported Database Platforms  ==
  
Derby: osgi.enterprise_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.derby_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.util_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.samples_&lt;version&gt;.jar org.apache.derby_&lt;version&gt;.jar (currently 10.8.2.2)
+
{| width="710" cellspacing="1" cellpadding="1" border="1" summary="This table describes the supported database platforms"
 
+
Note: 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.
+
 
+
<br> MySQL: osgi.enterprise_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.mysql_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.util_&lt;version&gt;.jar mysql-connector-java-5.1.20-bin.jar (not included, please download here: http://www.mysql.com/downloads/connector/j/)
+
 
+
HSQLDB: osgi.enterprise_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.hsqldb_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.util_&lt;version&gt;.jar hsqldb.jar (not included, please download here: http://sourceforge.net/projects/hsqldb/files/)
+
 
+
H2: osgi.enterprise_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.hsqldb_&lt;version&gt;.jar org.eclipse.gemini.dbaccess.util_&lt;version&gt;.jar h2-&lt;version&gt;.jar (not included, please download here: http://www.h2database.com/html/download.html)
+
 
+
<br>
+
 
+
{| width="300" cellspacing="1" cellpadding="1" border="1" summary="This table describes the supported database platforms"
+
 
|+ Supported DB Platforms  
 
|+ Supported DB Platforms  
 
|-
 
|-
! JDBC driver
+
! JDBC driver  
 
! JDBC driver bundle  
 
! JDBC driver bundle  
 
! Compatible driver version  
 
! Compatible driver version  
Line 30: Line 16:
 
| 10.8.2.2  
 
| 10.8.2.2  
 
| yes  
 
| yes  
|  
+
| Delivered with DBAccess, see 1)
 
|-
 
|-
| MySQL Connector/J
+
| MySQL Connector/J  
| mysql-connector-java-&lt;version&gt;-bin.jar
+
| mysql-connector-java-&lt;version&gt;-bin.jar  
 
| 5.1.x  
 
| 5.1.x  
|  
+
| no
 
|  
 
|  
 
|-
 
|-
Line 41: Line 27:
 
| h2-&lt;version&gt;.jar  
 
| h2-&lt;version&gt;.jar  
 
| 1.3.x  
 
| 1.3.x  
|  
+
| no
 
|  
 
|  
 
|-
 
|-
Line 50: Line 36:
 
|  
 
|  
 
|}
 
|}
 +
 +
'''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.
 +
 +
  
 
<noinclude>
 
<noinclude>
The rest of the page is not included because it uses <nowiki><noinclude></noinclude></nowiki> tags.
 
 
[[Category:Gemini_DBAccess|DBAccess]]
 
[[Category:Gemini_DBAccess|DBAccess]]
 
</noinclude>
 
</noinclude>

Revision as of 12:20, 9 January 2013

WARNING - EARLY DRAFT:

Supported Database Platforms

Supported DB Platforms
JDBC driver JDBC driver bundle Compatible driver version Included Comment
Derby org.apache.derby_<version>.jar 10.8.2.2 yes Delivered 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

Comments

  1. 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.

Back to the top