File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes JDBC Error with servlets - please help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply locked New topic
Author

JDBC Error with servlets - please help

Scott Layne
Greenhorn

Joined: Jun 19, 2002
Posts: 3
sorry about the dual post, wasn't sure where the best place would be...
I am having a problem that I simply cannot figure out.
I have a MS Access database defined through ODBC, and when I connect through an appliation, no problem. but when my servlet tries to connect to the same db, it can not do it, and it throws an exception.
Here is the offending code:

I turned on JDBC logging, and this is the output.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Please don't cross post
Anyone who wants to help with this problem can see it here in the Servlet forum.
Dave.
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

whoops, dodn't close it...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JDBC Error with servlets - please help
 
Similar Threads
java.lang.OutOfMemoryError
Oracle Connection from class used by Servlet
JDBC Error with Servlets not with Application
UnsatisfiedLinkError
What jar file contains sun.net.smtp.SmtpClient?