vote up 0 vote down star

I am having problems when connecting to my SQL server 2008 and think it might be a problem related to MDAC. Is there a download to re-install these?

flag

3 Answers

vote up 2 vote down

MDAC 2.8 SP1

Remember, MDAC is client software that should not be installed on the server.

Your problem is more likely a protocol or firewall error. Can you give more info please?

link|flag
Microsoft: Overview: Microsoft Data Access Components (MDAC) 2.8 SP1 contains core Data Access components such as the Microsoft SQL Serverâ„¢ OLE DB provider and ODBC driver. This redistributable installer for the MDAC 2.8 SP1 release installs the same Data Access components as Microsoft Windows XP SP2. XP SP2 is really outdated isn' it? The Question goes about SQL Server 2008 but i don't know which version of OS - i guess win2008. What is the correct MDAC Version for this kind of OS (64-bit)? – Ice Nov 16 at 22:24
vote up 1 vote down

I agree with gbn; check that you are allowing remote connections on the SQL server, it is disabled by default in some versions; use the Configuration Manager on the server to verify TCP/IP is enabled.

link|flag
vote up 0 vote down

Use the MDAC checker first, it will tell you if there's a problem with your MDAC:

http://support.microsoft.com/kb/307255

link|flag
Are you sure: Article ID: 307255 - Last Review: March 27, 2007 - Revision: 12.2 Is there anything newer, for some recent os-versions like win2008? – Ice Nov 16 at 22:27
unless windows 2008/2008 R2 come with something newer than MDAC 2.8 SP1 then I'd expect it to work. It's not entirly clear from the FAQ msdn.microsoft.com/en-us/library/… – Booji Boy Nov 18 at 15:05

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.