From: James Ahlborn Date: Mon, 11 May 2015 02:04:57 +0000 (+0000) Subject: add links to ucanaccess X-Git-Tag: jackcess-2.1.1~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c85c4b834fb70358c88ed043f829dbaa5cbf9ef2;p=jackcess.git add links to ucanaccess git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@943 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 48cbfd7..3d37158 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -232,8 +232,10 @@ library. While this library would be a great foundation for a JDBC driver, implementing the JDBC API is currently outside the scope of this project. There have been a few attempts to use Jackcess to build - JDBC drivers for Access databases, but none of the projects seem to - have progressed very far before becoming inactive. + JDBC drivers for Access databases, but most of the projects have note + progressed very far before becoming inactive. The UCanAccess project, + however, is a currently active open source project which provides a + JDBC driver built on top of Jackcess. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index dd0c566..a0a7b8a 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -108,6 +108,10 @@ db.close(); support for some forms of Microsoft Access and Microsoft Money encryption. +
  • + UCanAccess + - Open Source pure Java JDBC Driver implementation. +