MDAC version issue?

G

Guest

Hello everyone.
not sure of the right newsgroup to ask this question in, so please feel free
to redirect me...

Just wondering if anyone can give me some clarification on why my computer
seems to be using two different versions of MDAC.

I used the document:
http://www.aspfaq.com/show.asp?id=2057
on how to tell what version I am running.

In my registry it tells me it's vesion 2.0.0
In sql Server it tells me version 2.0.0

But everywhere else, it's 2.71.9030.0
Including:
Visual basic using
set conn = CreateObject("ADODB.Connection")
msgbox (conn.version)
set conn = nothing

MSADO15.dll

Microsoft component checker.

We are having some ado connection issues with VB6, so I'm trying to figure
out why I have two different versions being reported.

Thanks for your help.
Lesley
 
D

DL

Not sure what going on there, using both regedit and Component checker on my
sys shows the same - 2.81.1117.6
Are there any conflicts shown using MS CC?
Perhaps also post to one of the ms.public.access ng's
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top