I'm thinking the answer is no to this, but can an Access database be put on my web server and then accessed by an app that I write running on the computer?
I know SQL Server can, but this is a small project for sb else and I don't want to put them on my db.
Oh, if the answer is yes, what does the conn string look like?
For possible workaround, I'm thinking of using an invisible webbrowser control, maybe put some of the code in ASP and run it server side, just use the software like a wrapper.
The idea is an app that only three or four computers will ever use, but they need the same data (doesn't have to be live synced or anything, but at least regularly synced)
Anybody?
Thanks.




Reply With Quote