Mwp.Reid at Queens-Belfast.AC.UK
Mwp.Reid at Queens-Belfast.AC.UK
Fri Apr 4 13:29:48 CST 2003
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
>