diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-04-14 03:22:16 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-04-14 03:22:16 +0000 |
commit | 34f4e4d4d5113be9e2d13156cc477f3a7af072e6 (patch) | |
tree | 1df6bf1ff98ec588099acc1da1ad795c97ea5798 /src/site | |
parent | 16ee1ab3b773d19410c8c4450143f3c37f90daf3 (diff) | |
download | jackcess-34f4e4d4d5113be9e2d13156cc477f3a7af072e6.tar.gz jackcess-34f4e4d4d5113be9e2d13156cc477f3a7af072e6.zip |
update FAQ
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1301 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/fml/faq.fml | 57 |
1 files changed, 6 insertions, 51 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 29df4da..01ce83d 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -9,7 +9,7 @@ <question>Does this work on Linux/Unix?</question> <answer> <p>Yep, Jackcess is pure Java. It will work on any Java Virtual - Machine (1.5+).</p> + Machine (1.8+).</p> </answer> </faq> @@ -64,7 +64,8 @@ </tr> <tr> <td>Field/Table Properties (Validation rules, Input masks, etc)</td> - <td>No (but Jackcess does provide access to the Properties)</td> + <td>Expression evaluation is now optionally available as of 2.2.0 + (currently beta). Input masks are not handled.</td> </tr> </table> </div> @@ -137,15 +138,8 @@ <question>What version of the JDK does this require?</question> <answer> <p> - Version 1.0 requires JDK 1.4 or higher. The version in SVN trunk - and all future releases will require JDK 1.5 or higher. - </p> - <p> - However, some users have contributed patches to make later versions - compatible with JDK 1.4. Please check the contributions/ directory - in the source repository for any such patches. Note that any code - in this directory is untested and unsupported, so please use at your - own risk and do not file bugs based on that code. + Version 3.0+ requires JDK 1.8 or higher. 2.x versions require JDK + 1.5 or higher. </p> </answer> </faq> @@ -195,35 +189,8 @@ Update: As of the 1.1.21 release, the <u>text index handling supports the entire Basic Multilingual Plane 0</u> (i.e. any unicode character 0x0000-0xFFFF). Consequently table names can (as of this - release) contain any character in this character set. Therefore, - the rest of this answer should no longer be an issue, but keeping it - here for reference. - </p> - <p> - Legacy: As of the 1.1.13 release, the text index handling supports - the entire ISO-8859-1 character set. Consequently table names can - (as of this release) contain any character in this character set. - </p> - <p> - Legacy: Jackcess cannot currently update a text column index with - values which contain non-ascii characters. This situation often - arises when tables are created with names which contain - international characters. Access stores the table names in another - table which has an index on the table name column. The index - encoding is not simple to reverse engineer, so it is not likely that - Jackcess will support this anytime soon. - </p> - <p> - Some suggestions (for older releases): + release) contain any character in this character set. </p> - <ul> - <li>Use only ascii (or ISO-8859-1 as of 1.1.13) characters in table - names if at all possible</li> - <li>If tables with international characters are required, create the - tables using Access, then update the tables using jackcess.</li> - <li>For indexes on user created tables, populate the table without - indexes in jackcess, then add the index using Access.</li> - </ul> </answer> </faq> @@ -298,18 +265,6 @@ </answer> </faq> - <faq id="hms"> - <question>Who is Health Market Science?</question> - <answer> - <p> - HMS is a small company located in suburban Philadelphia. - Using proprietary matching and consolidation software, - HMS scientifically manufactures the most comprehensive - and accurate healthcare data sets in the market today. - </p> - </answer> - </faq> - <faq id="bugs"> <question>It doesn't work!</question> <answer> |