I've just see this answer from Mary Chipman [MSFT] from m.p.dotnet.faqs
(answer on 5/9/2005, first post on 5/8/2005), that I'm quoting here:
« No, Access is not being phased out as a development platform, just the
opposite. The Access team is hard at work on the next version of Access
even as we speak. However, Access is not envisioned as a development tool
for .NET applications, if that is what you mean by the question. The Jet
engine can be used as a data store for a .NET application as long as it's
small and local in scope -- it is not suitable for a public web site or
enterprise-level applications that need to scale up or out. So the bottom
line is, if you want to continue to use Access/VBA, you're not going to
be building applications in the .NET space. If you want to use the Jet
engine as a data store for a .NET application, you can safely do so as
long as you don't attempt to exceed its somewhat limited
capabilities. » -- Mary Chipman
So, it looks like that MS is playing the Push-Pull game: they have
stopped the development of COM/COM+/DCOM, they don't offer free support
for VB6 anymore; ASP and VBScript are phased out on IIS in favor of
ASP.NET; the next version of SQL-Server, including SQL-Server Express, is
tightly coupled to the .NET; the version of DTS running with VBScript is
dropped in favor of the version running with .NET; all support and
development for web services are now strictly .NET related (what was the
last time that we heard from MS about the SOAP and the XML development
toolkits for VStudio?) and they intend to introduce the equivalent of
Applets from .NET with the ClickOnce technology but at the same time,
they tell us that the couple Access/VBA is well alive and will be even
better in the next version of Access.
Where someone like you and I - searching for a good development platform
for creating front ends to SQL-Server - can we locate ourselves on this
line?
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
Paul Ponzelli said:
Many thanks to the various contributors for your thoughtful and
enlightening comments.
This is very helpful.
Paul