diff options
-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 |