diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-01-09 15:13:27 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-01-09 15:13:27 +0000 |
commit | 0be5861ca15d22358103acb1180012f23ceb22df (patch) | |
tree | cab81f05b807a0b604c966c1f690f95a083b8b0d | |
parent | 1e2a431d01b85127d9242fb06b3fd6ed9548390c (diff) | |
download | jackcess-0be5861ca15d22358103acb1180012f23ceb22df.tar.gz jackcess-0be5861ca15d22358103acb1180012f23ceb22df.zip |
add some links to related projects
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@208 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/site/xdoc/index.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 854ea23..3a07c6d 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -47,5 +47,19 @@ external database) into a new table: </ul> </p> </section> + <section name="Other Resources"> + Some other jackcess related projects: + <ul> + <li> + <a href="http://www.tiyukquellmalz.org/jackcess-jdbc/">Jackcess-JDBC</a> + - Open Source JDBC driver with read-only support for Access + databases (by proxying the data through JavaDB) + </li> + <li> + <a href="http://mdbtools.sf.net">mdbtools</a> - Open Source project + for reading Access files, written in C. + </li> + </ul> + </section> </body> </document> |