RE: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-07 Thread runu rathi
Hi, Thanks for your reply, Is there a jar file that I need to include if I wish to use the JDBC/ODBC bridge supplied by the JVM? Because, I did not do that. Yet, the datasource gets detected and DB properly updated when I do not run Tomcat as a service. But when I try to run it as a WINNT

RE: where to put data source and MSAccess driver for JDBC when Tomcat running as WINNT sevice?

2003-03-06 Thread Rick Bullotta
First of all, there is no JDBC Driver For MSAccess that I'm aware of. You'll need the ODBC driver plus an ODBC/JDBC bridge. Sun ships one with the VM, but I recommend the Easysoft JDBC/ODBC bridge (more robust and flexible). Place the EasySoft EJOB.JAR file in your webapp's lib directory.