[AccessD] How can I tell which version of MDAC I have installed

Stoker, Kenneth E Kenneth.Stoker at pnl.gov
Fri Apr 4 15:46:28 CST 2003


Thank you, I will have to try this one.

Ken Stoker

Technology Commercialization

Information Systems Administrator

PH: (509) 375-3758

FAX: (509) 375-6731

E-mail:  Kenneth.Stoker at pnl.gov <mailto:Kenneth.Stoker at pnl.gov> 



-----Original Message-----
From: Mwp.Reid at queens-belfast.ac.uk
[mailto:Mwp.Reid at queens-belfast.ac.uk]
Sent: Friday, April 04, 2003 11:30 AM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] How can I tell which version of MDAC I have
installed


of the web using ADO

 'Returns an empty string is ADO is not installed
    Dim o As Object
    
    On Error Resume Next
    Set o = CreateObject("ADODB.Connection")
	
    If Err.Number = 0 then
        GetAdoVersion = o.Version
    Else
        'ADO is not installed
    End If



Quoting "Stoker, Kenneth E" <Kenneth.Stoker at pnl.gov>:

> Everyone,
> 
> How can I tell was version of MDAC is installed on a machine?  I can
> find the files and see the references but nothing tells me what version
> it is.
> 
> Thanks
> 
> Ken Stoker
> Technology Commercialization
> Information Systems Administrator
> PH: (509) 375-3758
> FAX: (509) 375-6731
> E-mail:  Kenneth.Stoker at pnl.gov 
> 
> 
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 
_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com


More information about the AccessD mailing list