Browse Source

update docs

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1367 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-4.0.1
James Ahlborn 2 years ago
parent
commit
d52519607f
4 changed files with 4 additions and 4 deletions
  1. 1
    1
      README.txt
  2. 1
    1
      src/site/fml/faq.fml
  3. 1
    1
      src/site/xdoc/cookbook.xml
  4. 1
    1
      src/site/xdoc/index.xml

+ 1
- 1
README.txt View File

Jackcess Jackcess


Jackcess is a pure Java library for reading from and writing to MS Access 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 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 use to build Java applications. Jackcess is licensed under the Apache License
(as of version 2.1.0). (as of version 2.1.0).

+ 1
- 1
src/site/fml/faq.fml View File

<faq id="formats"> <faq id="formats">
<question>What Access formats does it support?</question> <question>What Access formats does it support?</question>
<answer> <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> Access 97 read-only.</p>
</answer> </answer>
</faq> </faq>

+ 1
- 1
src/site/xdoc/cookbook.xml View File

As of version 2.1.5, Jackcess supports: As of version 2.1.5, Jackcess supports:
</p> </p>
<ul> <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 columns for all simple data types</li>
<li>Creating tables with single-table Indexes</li> <li>Creating tables with single-table Indexes</li>
<li>Creating tables with (index backed) foreign-key constraints <li>Creating tables with (index backed) foreign-key constraints

+ 1
- 1
src/site/xdoc/index.xml View File

<section name="Jackcess"> <section name="Jackcess">
<p> <p>
Jackcess is a pure Java library for reading from and writing to MS 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 an application. There is no GUI. It's a library, intended for other
developers to use to build Java applications. Jackcess is licensed 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> under the <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License</a>

Loading…
Cancel
Save