Park2 said:
Thanks for the info. Is there a way to merge the data from a web MDB to a
local one.
Either you use ftp..and make a COPY of the mdb file on the server, or you
setup a vpn (however, my article does explain that the VPN is not going to
be very reliable). You have to have a means to direct connect to the
file...or simply copy the mdb file down to your computer.
I suppose, you could write some type of web services that your software
connects to. This would assume that your development and programming tools
you currently use are web based..and you run this server yourself....
The fact of the matter is that you never installed access on the server, and
access has little, or nothing to do with the web anyway. Why not just use a
server based back end like sql server, or just about any server based
product. MS-access will connect to sql server, or oracle. A GOOD many web
providers support sql server, or mysql...both of which ms-access can connect
do. You can't install ms-access on the web server anyway, and since you are
not using ms-access on the web server, the using a mdb file on the web
server really reduces your choices here. The amount of trouble to write a
web service to read/write the mdb file, or even setup code to try and
merge/transfer the data to the mdb file sitting on that server is going to
be MORE work then simply using a server based data engine on the web site.
IF you use sql server, then your front end on your computer can connect to
the web server, and transfer data. Most internet providers do allow you to
connect to the sql server running on the web site (you do have to use a
secure (SSL) connection...but they do allow it..and it is simple matter to
link your tables in ms-access to that server on the web site).