Quote:
Originally Posted by nicksterling
Our company is currently using Access 2003 to connect over ODBC to a MySQL database. We chose Access 2003 because of its use of forms. More recently, we have been looking for a solution which might centralize our process.
Instead of having to maintain 5 workstations with Access installed, we’d like to move to a web based system. Does anyone have any ideas for an Access replacement which uses a similar interface on a centralized server? Thanks!
|
We have this solution ourselves. Save your self a huge amount of headaches rewriting the world.
Put a secure access database on either the webserver or a mount drive connected to the webserver and export your forms to asp (a tool in access already).
The only thing you will need to do is change a few configuratiions to read the right table.
You will be up and running in days. Plus if your webserver is networked in house you can all reference the original access database and forms though a simple secure mount.
If you want to use this solution just make sure your webserver only talks through the firewall or router on http,https ports. Sounds like you have a small configuration so if your using something like a linksys router thats real easy.
This means you will not have to go and rewrite the queries and forms and you can still use access simple template form builders to make your stuff.
Now if you have a perfomance issue you can always move the tables and data to any odbc complient databas (like kguns suggestion for MySQL) and then just link the tables through your master access database.
We have a multiple site with over 45,000 pages and over 2000 page views an hour running on a simple IIs server with this configuration. (the only thing we did was move all images to a separate image server to remove the heavy bandwidth taken by just delivering the images)
Have any other questions?