aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/site/fml/faq.fml6
-rw-r--r--src/site/xdoc/index.xml4
2 files changed, 8 insertions, 2 deletions
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 <a href="http://ucanaccess.sourceforge.net/site.html">UCanAccess project</a>,
+ however, is a currently active open source project which provides a
+ JDBC driver built on top of Jackcess.
</answer>
</faq>
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();</source>
support for some forms of Microsoft Access and Microsoft Money
encryption.
</li>
+ <li>
+ <a href="http://ucanaccess.sourceforge.net/site.html">UCanAccess</a>
+ - Open Source pure Java JDBC Driver implementation.
+ </li>
</ul>
</section>
</body>