aspose file tools
The moose likes JDBC and the fly likes Cannot connect to ms access from servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Cannot connect to ms access from servlets" Watch "Cannot connect to ms access from servlets" New topic
Author

Cannot connect to ms access from servlets

Gaurang Rathod
Greenhorn

Joined: Oct 30, 2012
Posts: 7
Hello everyone

I have created form.html which accepts user's input and control goes to BeerSelect.java servlet which updates accessor.mdb.

But I get following error in Tomcat: "[Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'. It may not be a database that your application recognizes, or the file may be corrupt."

I have created a DSN named accessor.

My source codes are:

form.html:



BeerSelect.java Servlet:



web.xml:



Waiting for your replies.
Thanks.


 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Cannot connect to ms access from servlets
 
Similar Threads
Cannot bring up a html page using tomcat 6.0
Problem: requested resource not available
Headfirst ch3 Beerselect submit button not working
Resource not available
Problem with servlets