aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-01-09 15:13:27 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-01-09 15:13:27 +0000
commit0be5861ca15d22358103acb1180012f23ceb22df (patch)
treecab81f05b807a0b604c966c1f690f95a083b8b0d
parent1e2a431d01b85127d9242fb06b3fd6ed9548390c (diff)
downloadjackcess-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.xml14
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>