I'm working on developing a database application to manage lists of
suppliers, products, customers, and order processing. It would be nice to
have web access. I've been using MS Access (2003) for a few years now and
have gotten great help from this group. So, are you suggesting that I look at
another database program to use with ASP.Net and SQL Server?
Hi Ray,
Our preference in this scenario is often a hybrid approach:
SQL Server back-end database, with views, sprocs and functions that
handle much of the business logic and calculations.
Access front-end desktop application for a few "power" and "admin"
users, using client-server techniques such as those outlined in my
PowerPoint presentation Best of Both Worlds (at
www.JStreetTech.com/Downloads). We do not use Access to store data in
this scenario, it's just for the front-end application.
ASP.NET front-end web application for external and all other users.
The ratio of functionality between Access and ASP.net can vary widely,
from mostly Access and just a "light" web front-end, to mostly ASP.NET
with just a small Access application for occasional system admin and
maintenance.
Sometimes we add SQL Server Reporting Services for more powerful web
reporting. These can be called from the ASP.NET site or the Access
front-end.
Hope this helps,
Armen Stein
Microsoft Access MVP
www.JStreetTech.com