]> source.dussan.org Git - jackcess.git/commitdiff
update docs
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 10 Jun 2021 02:25:23 +0000 (02:25 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 10 Jun 2021 02:25:23 +0000 (02:25 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1367 f203690c-595d-4dc9-a70b-905162fa7fd2

README.txt
src/site/fml/faq.fml
src/site/xdoc/cookbook.xml
src/site/xdoc/index.xml

index 93b1671c8093f56e0d6899423192588ff88f60cb..aa67bc35f60353651dfa7ec64ab87658281f7e45 100644 (file)
@@ -1,7 +1,7 @@
 Jackcess
 
 Jackcess is a pure Java library for reading from and writing to MS Access
-databases (currently supporting versions 2000-2016).  It is not an
+databases (currently supporting versions 2000-2019).  It is not an
 application. There is no GUI. It's a library, intended for other developers to
 use to build Java applications. Jackcess is licensed under the Apache License
 (as of version 2.1.0).
index 01ce83d8a686509d5b9c2c6f22cbb202312603d5..bdbf5ba37a109f93d12b23d31625b2c64922070f 100644 (file)
@@ -16,7 +16,7 @@
     <faq id="formats">
       <question>What Access formats does it support?</question>
       <answer>
-        <p>Jackcess supports Access database versions 2000-2016 read/write and
+        <p>Jackcess supports Access database versions 2000-2019 read/write and
            Access 97 read-only.</p>
       </answer>
     </faq>
index 5e083afe654020b5a0351c3d7a5f483662be0c0d..6e553d0ed602cac24394b3852db2adac5e4f5c52 100644 (file)
           As of version 2.1.5, Jackcess supports:
         </p>
         <ul>
-          <li>Creating databases for Access all versions 2000-2016</li>
+          <li>Creating databases for Access all versions 2000-2019</li>
           <li>Creating columns for all simple data types</li>
           <li>Creating tables with single-table Indexes</li>
           <li>Creating tables with (index backed) foreign-key constraints
index 5aa33a2431ee2a5878ae1a15dcc577bc26ab459d..b92726e85d8ee0b8db2031acda87969e815bb7ad 100644 (file)
@@ -10,7 +10,7 @@
     <section name="Jackcess">
       <p>
         Jackcess is a pure Java library for reading from and writing to MS
-        Access databases (currently supporting versions 2000-2016).  It is not
+        Access databases (currently supporting versions 2000-2019).  It is not
         an application.  There is no GUI.  It's a library, intended for other
         developers to use to build Java applications.  Jackcess is licensed
         under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a>