I run W98, MSAccess97 and Jigsaw_2_0_2 on my local machine.
I've no success in accessing table records via a servlet using
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
con = DriverManager.getConnection("jdbc:odbc:___?___:datasourceNameinAccess97");
Probably because of non-correct URL...
Does anybody know what's instead of the questionmark?
And, what's after the ___?___:?
-dan
 
PS In the Java Tutorial they suggest
con = DriverManager.getConnection("jdbc:odbc:datasourceNameinAccess97");
It doesn't work.

Reply via email to