From c85c4b834fb70358c88ed043f829dbaa5cbf9ef2 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Mon, 11 May 2015 02:04:57 +0000 Subject: [PATCH] add links to ucanaccess git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@943 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/fml/faq.fml | 6 ++++-- src/site/xdoc/index.xml | 4 ++++ 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 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. +
  • -- 2.39.5