Joined: Thu Apr 07, 2011 8:57 am Posts: 5 Has thanked: 0 time Have thanks: 0 time
plz send the complete steps for making a connection between tomcat 6.0 and Ms access. I am trying to develop a web application.
msi_333
Question subject: Re: servlet coding
Posted: Fri Apr 08, 2011 1:51 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
hi First you will need to open a connection to your MS access database using the JDBC driver and you will need to add the JDBC needed jars to your tomcat web project libs .
Here a code to open a connection to msaccess db from java code :