aboutsummaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-05-11 02:04:57 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-05-11 02:04:57 +0000
commitc85c4b834fb70358c88ed043f829dbaa5cbf9ef2 (patch)
tree88afdb52d8f3285ee1e76e3628cb7649d9e040cc /src/site
parentd70251c8fb736a5660a282910acc849603b68e65 (diff)
downloadjackcess-c85c4b834fb70358c88ed043f829dbaa5cbf9ef2.tar.gz
jackcess-c85c4b834fb70358c88ed043f829dbaa5cbf9ef2.zip
add links to ucanaccess
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@943 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-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>