Details
Basically, I need to make a Windows application which can read, and modify, an MS Access database. With a local database, this is easy, but I do not know how to do it when the database is on a web server.
I am trying to make a simple corporate management program which uses a database. The database needs to be on a web server because the company has no LAN or Intranet, and the it needs to be accessible from more than one computer.
I cannot use SQL Server, because hosting costs are generally too high, whereas most hosting companies offer free Access support.
I am really only a beginner, so I'm not sure whether Web services have any relevance at all... it was just a thought :cool: !
Please help!