Re: Questions about ADO 2.8
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Mon, 8 Aug 2005 12:46:53 -0500
"Dave" <Dave@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5B14FCE2-890B-4E4A-BDD1-61CD76CC9D2C@xxxxxxxxxxxxxxxx
> I run Windows XP SP2. In VB, under "References" it does not show ADO 2.8.
So,
> I tried downloading it from the MSDN site. When I try to install it, it
says
> "This setup does not support installing on this operating system".
>
> A friend told me that ADO2.8 comes with XP SP2, and that it requires an OS
> SP to be installed to get it. Well, I already have SP2 and I don't have
ADO
> 2.8, so how do I get it installed?
>
> More importantly, how do my clients get it installed on their PCs when I
> distribute my app? Will it go with the VB Deployment Wizard Package that I
> create, or will they need more than that? My app requires ADO 2.8, by the
> way, in order to do a SetPermissions on a table in my Access DB.
>
> Thanks for your help.
> Dave
>
When you get the error "This setup does not support installing on this
operating system". It usually means the components are already installed.
(Don't ask me - write MS. <g>)
There is the possibility that the current installation of MDAC has corrupted
components and should be removed, then re-installed. But most likely the
components are just not properly registered (been moving a lot of stuff
around lately).
Do the ugly removed and re-install, or seek out the folders where the
components are stored and do a blanket registration "regsvr32 *.* /s".
You must be an Administrator if you install or register.
-ralph
.
- References:
- Questions about ADO 2.8
- From: Dave
- Questions about ADO 2.8
- Prev by Date: Re: Trouble with NULL being read into Column(x)
- Next by Date: Re: Error in calling stored procedure via DB link
- Previous by thread: Questions about ADO 2.8
- Next by thread: Re: Questions about ADO 2.8
- Index(es):
Relevant Pages
|