Me and my business partner were wondering if it was possible to do the following:

We have a PC based application written in Visual Basic .Net that uses ADO.Net to access (read/write) an .mdb database file.

We would actually like several people to use this database, but not via a LAN. For example, everyday or week, whenever, have them logon, access the .mdb file and have it download some information. Then at irregular intervals, allow them to upload some data to the mdb file.

I did try this but with no success so far. All that happened was that the operating system copied the whole .mdb down to my C drive as a local copy.

Please advise on the above, and also if you have any other ideas.

Thanks.