Quote:
Originally Posted by EEich
Your webserver would have to be configured to access an Access ODBC/JDBC driver. I'm not sure that Microsoft would make it easy for Java to play nice with one of its own products. If this is just a standalone applet (not served), you're probably SOL.
This driver is free: http://rmijdbc.objectweb.org/
Good Luck
|
Not wanting to do a web application per se, but just wanting to to build a java application that can read, write, and edit data from an Access database. If I could somehow configure it to work with DBU, I'd just stick with that (Lord knows that would make conversion alot simpler for us.) I'll check out that driver. Thanks!