i am using windows 2000 server in my machine.i have downloaded ur one of the driver.how to install the driver in my machine.
thanks
|
It needn't any installation. It's a pure Java JDBC driver for MS Access, which has a pure Java database engine, and doesn't require any MS Access component. Please read Connecting to the Database. For instance, your datbase db1.mdb is at c:/mdbfiles, you can use the following JDBC url:
jdbc:access:/c:/mdbfiles/db1.mdb
or
jdbc:access:/c:/mdbfiles/
|
It is working fine when i start my tomcat server from the eclipse IDE.but if i close the Eclipse and start my tomcat service globally from windows then it gives me the error as No suitable Driver.what shall i do now.plz guide me as soon as possible.
thank u
|
Copy that Access_JDBC30.jar into WEB-INF/lib directory.
|