Parcourir la 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 il y a 19 ans
Parent
révision
5eb94c95fb
3 fichiers modifiés avec 29 ajouts et 0 suppressions
  1. 26
    0
      xdocs/faq.fml
  2. 3
    0
      xdocs/navigation.xml
  3. BIN
      xdocs/worksonlinux.png

+ 26
- 0
xdocs/faq.fml Voir le fichier

</answer> </answer>
</faq> </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"> <faq id="jdk">
<question>What version of the JDK does this require?</question> <question>What version of the JDK does this require?</question>
<answer> <answer>

+ 3
- 0
xdocs/navigation.xml Voir le fichier

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

BIN
xdocs/worksonlinux.png Voir le fichier


Chargement…
Annuler
Enregistrer