diff options
author | Tim McCune <javajedi@users.sf.net> | 2005-04-11 03:18:02 +0000 |
---|---|---|
committer | Tim McCune <javajedi@users.sf.net> | 2005-04-11 03:18:02 +0000 |
commit | 5eb94c95fb9783cfa2c7e0351bb14c82f569d70e (patch) | |
tree | 77c7a3e91f2505956a7d3cca0dd8ee6cfa3c8af3 | |
parent | 0d3fe0ad1af32f0731c12e41e518c7c9c55620d2 (diff) | |
download | jackcess-5eb94c95fb9783cfa2c7e0351bb14c82f569d70e.tar.gz jackcess-5eb94c95fb9783cfa2c7e0351bb14c82f569d70e.zip |
Added Linux button, ODBC faq.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@14 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | xdocs/faq.fml | 26 | ||||
-rw-r--r-- | xdocs/navigation.xml | 3 | ||||
-rw-r--r-- | xdocs/worksonlinux.png | bin | 0 -> 1722 bytes |
3 files changed, 29 insertions, 0 deletions
diff --git a/xdocs/faq.fml b/xdocs/faq.fml index d640c78..872f670 100644 --- a/xdocs/faq.fml +++ b/xdocs/faq.fml @@ -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> diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml index fbc8ca3..2099f45 100644 --- a/xdocs/navigation.xml +++ b/xdocs/navigation.xml @@ -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> diff --git a/xdocs/worksonlinux.png b/xdocs/worksonlinux.png Binary files differnew file mode 100644 index 0000000..846501c --- /dev/null +++ b/xdocs/worksonlinux.png |