Hi there,
is it even possible to access a remote ms access db?
I have tried with the following line of code:
********************************
con =
DriverManager.getConnection("jdbc
bc:
http://www.website.com:db_name");
********************************
But then I get the following error:
********************************
java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified
********************************
What do I do wrong?
What format should the url have?
I have tried looking for answers at the sun-homepage but didn't get any!
Please help me!
Kasper