Paul Mason said:
Hi folks,
Does anyone know if MS are planning on making Access a full or even
partial .NET application for the next version, which I believe will be out
later this year?? I can't find anything on the MS website.
All of the office suite is still programmed via VBA. While office VBA
language is not a full OO (object orientated) development system, you can
still create class objects, and that is certainly a nice feature.
Further, there is a SOAP ad in kit for office, and that lets you consume
..net services. You never could develop activeX components in ms-access, or
com objects anyway. However, you can certainly consume .net web services
with the SOAP ad in. And, don't forget that ms-access got some neat-o XML
support also now.
I am not sure if you are looking for a particular feature, or are just
curious about the next great version that MS is working on? At any rate, you
can certainly automate ms-access with .net code, and you can certainly
consume .net web services in ms-access.
And, as new technologies have come out over the years, Microsoft does tend
to integrate and offer these new technologies for use in ms-access. So, for
example we got things like creating of class objects (a real nice feature).
You can read about creating class objects here:
http://www.members.shaw.ca/AlbertKallal/Articles/WhyClass.html
When ADO came out, again this technology was offered, and integrated into
ms-access. The same goes for XML (access 2003 has XML enhancements). And,
now we also got the SOAP ad-in, and thus now ms-access can consume .net
services. And, we even got windows XP themed support for a2003.
So, I have no knowledge about ms-access and .net, but I certainly say that
the track record over the years is that we ms-access developers tend to get
all of the goodies in terms of new and forward thinking technologies that MS
has to offer.
If the past track record of all those cool technologies being integrated
into ms-access continues, and I see no reason why this track record will not
continue, then the future of ms-access certainly looks bright to me....