Monday, March 26, 2012

MDAC 2.8

how to find which MDAC version is installed on SQL Server
thanks
KalyanYou can download and run the MDAC component checker:
http://www.microsoft.com/downloads/details.aspx?familyid=8f0a8df6-4a21-4b43-bf53-14332ef092c9&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