Board index » delphi » MDAC version

MDAC version

Hi, i want to know how can i check for the installed version of MDAC in
a computer?
thanks

--
Guillermo Casta?o Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
Guiller...@GrupoMillennium.com
www.GrupoMillennium.com

 

Re:MDAC version


Hi Guillermo,

Take a look here:

http://support.microsoft.com/support/kb/articles/Q301/2/02.ASP

You can also go to:
http://www.microsoft.com/isapi/gosearch.asp?target=/us/default.asp and do a
search on Mdac Version and pick the first result in the search results.

I've used the utility and I find it quite handy!

Richard Rogers.

Re:MDAC version


Greetings,

    There are twice methods:
1) Programatically getting the value of property Version of ADODB.Connection
object. eg.:
dim cnn
set cnn=createobject("ADODB.Connection")
msgbox cnn.version

2) Dowloand microsoft ComCheck utility from
http://a118.ms.a.microsoft.com/f/118/1611/2h/download.microsoft.com/d...
/dasdk/Utility/2.61/WIN98Me/EN-US/cc.exe. It scan your machine to find
inconsistency, wrong/missed files and register values and report the actual
MDAC version. It's usefull to check errors. To see more about this utility
go to http://www.microsoft.com/data/download.htm

HTH,
Marcio Wesley Borges
www.sibprovider.com
"Don't forget: register SIBPROvider"

"Guillermo Casta?o A" <Guiller...@GrupoMillennium.com> escreveu na mensagem
news:3BBB13CE.763B563B@GrupoMillennium.com...

Quote
> Hi, i want to know how can i check for the installed version of MDAC in
> a computer?
> thanks

> --
> Guillermo Casta?o Acevedo
> Gerente de Sistemas - Grupo Millennium Ltda
> Guiller...@GrupoMillennium.com
> www.GrupoMillennium.com

Other Threads