Access and internet

M

Mio

Hello

Could someone be able to help with this? If I place my data to my web page
..../db/Nw.mdb

Is it possible use a local front end to connect to that database?

Should I maybe point the Datasource to ftp://.. path rather than www...

All pages just talk about connecting to local database and that I already
know.

Also tried with ADO-code, but not finding the server.

Any help deeply appreciated.

Mike
 
J

John W. Vinson

Could someone be able to help with this? If I place my data to my web page
.../db/Nw.mdb

Is it possible use a local front end to connect to that database?

NO.

Access split applictions are *not* designed or intended to work over a WAN or
over the internet.

There are ways to fake it... but performance will be abysmally bad, and
corruption a very major risk.

Either use SQL/Server for your data store, or use a terminal server approach.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top