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 19: Line 19:
 
|+ Supported DB Platforms  
 
|+ Supported DB Platforms  
 
|-
 
|-
| a
+
! DB platform
 +
! Driver name
 +
! Driver version
 +
! Included
 +
! Comment
 +
|-
 +
| Derby
 
| b  
 
| b  
| c
+
| 10.8.2.2
| d
+
| yes
 +
|
 
|-
 
|-
|  
+
|-
 +
|
 
|  
 
|  
 
|  
 
|  
 
|  
 
|  
 
|-
 
|-
 +
|
 
|  
 
|  
 
|  
 
|  
Line 39: Line 48:
 
|  
 
|  
 
|}
 
|}
 +
 +
<noinclude>
 +
The rest of the page is not included because it uses <nowiki><noinclude></nowiki> tags.
 +
[[Category:Gemini_DBAccess|DBAccess]]
 +
</noinclude>

Revision as of 09:32, 9 January 2013

WARNING - EARLY DRAFT:


Supported Database Platforms

Derby: osgi.enterprise_<version>.jar org.eclipse.gemini.dbaccess.derby_<version>.jar org.eclipse.gemini.dbaccess.util_<version>.jar org.eclipse.gemini.dbaccess.samples_<version>.jar org.apache.derby_<version>.jar (currently 10.8.2.2)

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.


MySQL: osgi.enterprise_<version>.jar org.eclipse.gemini.dbaccess.mysql_<version>.jar org.eclipse.gemini.dbaccess.util_<version>.jar mysql-connector-java-5.1.20-bin.jar (not included, please download here: http://www.mysql.com/downloads/connector/j/)

HSQLDB: osgi.enterprise_<version>.jar org.eclipse.gemini.dbaccess.hsqldb_<version>.jar org.eclipse.gemini.dbaccess.util_<version>.jar hsqldb.jar (not included, please download here: http://sourceforge.net/projects/hsqldb/files/)

H2: osgi.enterprise_<version>.jar org.eclipse.gemini.dbaccess.hsqldb_<version>.jar org.eclipse.gemini.dbaccess.util_<version>.jar h2-<version>.jar (not included, please download here: http://www.h2database.com/html/download.html)


Supported DB Platforms
DB platform Driver name Driver version Included Comment
Derby b 10.8.2.2 yes


The rest of the page is not included because it uses <noinclude> tags.

Back to the top