I need to be able to connect my
Java program on my local system to an access database on a remote server. I am using the following code for the url:
jdbc 
dbc:http://www.sample.com/fpdb/test.mdb
and I am getting an error that the URL is too long.
I can get it to work fine if the DSN is set to the name of the DSN on my machine but I cannot get the DSN to point to the database at my web host provider. Can anyone help me on this? Thanks