
October 19th, 2000, 05:22 AM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
i have created a table in database.Iam trying to connect to that database using JDBC statements from a servlet program
Iam using Javawebserver2.0
iam getting an SQLException after the statement//
con =DriverManager.getConnection("jdbc URLdbc:Access");
the same database when connected with java application instead of servlets is working fine, but problem is only with servlets.
I am not able to solve this problem, any
help is kindly obliged.
|