I am using the UCanAccess driver from http://ucanaccess.sourceforge.net/site.html
By using this driver I am able to access a local Access database file from Java like this:
conn=DriverManager.getConnection("jdbc:ucanaccess://c:/pippo.mdb;memory=false");)
When I want to access an Access database file from a remote machine what would be the URL to pass to the getConnection
method?