I had developed an application that uses MSAccess, it works properly in a LAN, because you can share dirs and use those in ODBC connections. But the problem is that now, the app must use DBs over Internet. Is this possible?
When I define .mdb file source, ODBC permits links http, ftp o shared resource, but this only generates a new link on win explorer, and this link is unuseable as source in the ODBC string (at least doing this with the wizard). I tried this, putting th .mdb in a dir in a Web (just to try one possibility to access the database file).

Please, I need help urgently.