JDBC:ODBC driver
I have spent a lot of time in validating the application (JSP->MS ACCESS) and checking it for any problems which may be causing it to slow down. The only problem I could think of is the JDBC:ODBC bridge. One the On SUN website http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html) it is mentioned for the free JDBC:ODBC bridge provided is only for development purposes and a commercial driver should be used after the development process is over.
I was planning to download the JDBC driver that Oracle provides, but I need a driver that works with MS Access as well as Oracle. Therefore I am going to use an evaluation version provided by IDS Software (IDS Server 3.5.7 Lite Evaluation).
Any other suggestions would be helpful on JDBC drivers that work for MS ACCess as well as Oracle.
Thanks.

