Browse Source

Added Linux button, ODBC faq.


git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@14 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1
Tim McCune 19 years ago
parent
commit
5eb94c95fb
3 changed files with 29 additions and 0 deletions
  1. 26
    0
      xdocs/faq.fml
  2. 3
    0
      xdocs/navigation.xml
  3. BIN
      xdocs/worksonlinux.png

+ 26
- 0
xdocs/faq.fml View File

@@ -74,6 +74,32 @@
</answer>
</faq>

<faq id="odbc">
<question>
I'm using the JDBC/ODBC bridge. Why should I try Jackcess?
</question>
<answer>
<p>
<ul>
<li>
Portability - With Jackcess, your app has one less dependency on Windows.
</li>
<li>
Speed - We had an app that used the ODBC bridge to write data to an
Access database. When we switched it over to use Jackcess, it was 5 times faster.
</li>
<li>
Stability - With large amounts of data, we found the ODBC brige to be
pretty unreliable.
</li>
<li>
Simplicity - With Jackcess, there is no ODBC configuration to set up.
</li>
</ul>
</p>
</answer>
</faq>

<faq id="jdk">
<question>What version of the JDK does this require?</question>
<answer>

+ 3
- 0
xdocs/navigation.xml View File

@@ -6,5 +6,8 @@
<menu name="Jackcess">
<item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=134943"/>
</menu>
<menu type="footer">
<item name="Works on Linux" img="worksonlinux.png"/>
</menu>
</body>
</project>

BIN
xdocs/worksonlinux.png View File


Loading…
Cancel
Save