diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2017-12-19 04:59:39 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2017-12-19 04:59:39 +0000 |
commit | 4fb8409266a5b586c1240282014dc31b53cfb31b (patch) | |
tree | fc8d01249f6ce24ebc492712b5be91f300487bb4 /src/site | |
parent | c3164b36d5dc541046c3e0f87bf93e221f6752a1 (diff) | |
download | jackcess-4fb8409266a5b586c1240282014dc31b53cfb31b.tar.gz jackcess-4fb8409266a5b586c1240282014dc31b53cfb31b.zip |
Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1130 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/fml/faq.fml | 2 | ||||
-rw-r--r-- | src/site/xdoc/cookbook.xml | 2 | ||||
-rw-r--r-- | src/site/xdoc/index.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 769936b..18bd093 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -16,7 +16,7 @@ <faq id="formats"> <question>What Access formats does it support?</question> <answer> - <p>Jackcess supports Access database versions 2000-2013 read/write and + <p>Jackcess supports Access database versions 2000-2016 read/write and Access 97 read-only.</p> </answer> </faq> diff --git a/src/site/xdoc/cookbook.xml b/src/site/xdoc/cookbook.xml index fca2519..5e083af 100644 --- a/src/site/xdoc/cookbook.xml +++ b/src/site/xdoc/cookbook.xml @@ -195,7 +195,7 @@ As of version 2.1.5, Jackcess supports: </p> <ul> - <li>Creating databases for Access all versions 2000-2013</li> + <li>Creating databases for Access all versions 2000-2016</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 diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index bb8b877..7f23a71 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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-2013). It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. It is not an application. There is no GUI. It's a + Access databases (currently supporting versions 2000-2016). It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. 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> (as of version 2.1.0). |