]> source.dussan.org Git - jackcess.git/commitdiff
add links to ucanaccess
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 11 May 2015 02:04:57 +0000 (02:04 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 11 May 2015 02:04:57 +0000 (02:04 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@943 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/fml/faq.fml
src/site/xdoc/index.xml

index 48cbfd7e81a0435439b9352e8b1f87bc0cbf2ccb..3d3715874be4746c246e7d91c4fc14128e6671b9 100644 (file)
         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>
 
index dd0c566c7dde3b89b18ae9ed9d732f4d8eb11185..a0a7b8af15f71d57752ea56c12f2baa1b9bb8d7a 100644 (file)
@@ -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>