Wednesday, March 28, 2012

MDAC 2.8

how to find which MDAC version is installed on SQL Server
thanks
Kalyan
You can download and run the MDAC component checker:
http://www.microsoft.com/downloads/d...displaylang=en
Hope this helps.
Dan Guzman
SQL Server MVP
"Kalyan" <Kalyan@.discussions.microsoft.com> wrote in message
news:D9E6F3E5-08F9-4065-A29C-F1618E8EBABA@.microsoft.com...
> how to find which MDAC version is installed on SQL Server
>
> thanks
> Kalyan
>
|||Or
EXEC master..xp_regread
N'HKEY_LOCAL_MACHINE',
N'Software\Microsoft\DataAccess',
N'Version'
"Kalyan" <Kalyan@.discussions.microsoft.com> wrote in message
news:D9E6F3E5-08F9-4065-A29C-F1618E8EBABA@.microsoft.com...
> how to find which MDAC version is installed on SQL Server
>
> thanks
> Kalyan
>
|||or
search for msado15.dll......then select properties and version
"Kalyan" wrote:

> how to find which MDAC version is installed on SQL Server
>
> thanks
> Kalyan
>

No comments:

Post a Comment