Thursday, October 1, 2009

Microsoft access application update remotely to database?

i wish to write a program in microsoft access that will update to a web based database, this program will be mass distributed to many many clients.



Microsoft access application update remotely to database?antivirus scan



If I understand your problem correctly, you can't do what you are suggesting.



The way I read it is that you want to distribute copies of the same database to multiple clients -AND- give each client the ability to update the server database from within their own copy of Access. If there is a way to do that I don't know what it would be.



Instead, I suggest that you provide a web form which would allow clients to enter their updated data and submit it. Your server-side script would build (and run) the necessary queries to update the database on the server, then display the updated results back to the client.



No comments:

Post a Comment