Re: Windows has no MS Access installed
- From: "Dave Blake" <barnswood@xxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 08:32:58 +0100
> So if I choose TADO and .mdb as the backend database, to deploy my app to
> more than 100 clients, there may be some Win98, Win2000, WinXP, what
should
> I do in order to get my application running on their machines ?
The recommended approach is simply deploy your application.
The MDAC and Jet 4 DLLs will be present on XP and 2k machines, and on 99% of
the Win98 ones too. Then you direct the few (if any) with a problem to the
MS downloads page where they can get the version appropriate for their
region and version of Windows etc. If this is the first ADO using app on
that PC then it might shake out corruptions in the system that the user had
not previously noticed. You can not anticipate this, but you can be ready to
support fixing the OS (because that's what the issue will be).
Don't go trying to install MDAC etc. as a standard part of your deployment,
there are too many variants for you to get it right and it will just bloat
your install file. It also might break other applications.
Do put a basic check that MDAC and Jet work at the beginning of your app and
raise a polite exception if they don't. This way you avoid ugly lockups etc.
if there is a problem. See posting 14 March 2003 titled "ADO How to Check
Jet Engine" for details.
HTH
Dave Blake
.
- References:
- Re: Windows has no MS Access installed
- From: Man Utd
- Re: Windows has no MS Access installed
- Prev by Date: Re: Windows has no MS Access installed
- Next by Date: Re: MS Jet Engine 4
- Previous by thread: Re: Windows has no MS Access installed
- Index(es):
Relevant Pages
|
|