Showing posts with label components. Show all posts
Showing posts with label components. Show all posts

Wednesday, March 21, 2012

Reinstall ODBC Components

I'm getting the following error on my XP machine:
The ODBC resource DLL c:\windows\system32\odbcint.dll is a different version
than the ODBC setup dll c:\windows\system32\odbccp32.dll reinstall the ODBC
components to ensure proper operation.
I've reinstalled SQL 7.0 several times, how do I reinstall the ODBC
components?
Thank youReinstall MDAC. Reinstalling SQL Server 7 won't update MDAC
as XP is on a higher version. You can also check your
current MDAC installation with component checker
You can find the MDAC downloads and component checker at:
http://msdn.microsoft.com/data/mdac/default.aspx
-Sue
On Wed, 10 Nov 2004 16:24:01 -0800, "Michelle"
<Michelle@.discussions.microsoft.com> wrote:

>I'm getting the following error on my XP machine:
>The ODBC resource DLL c:\windows\system32\odbcint.dll is a different versio
n
>than the ODBC setup dll c:\windows\system32\odbccp32.dll reinstall the ODBC
>components to ensure proper operation.
>I've reinstalled SQL 7.0 several times, how do I reinstall the ODBC
>components?
>Thank you

Reinstall ODBC Components

I'm getting the following error on my XP machine:
The ODBC resource DLL c:\windows\system32\odbcint.dll is a different version
than the ODBC setup dll c:\windows\system32\odbccp32.dll reinstall the ODBC
components to ensure proper operation.
I've reinstalled SQL 7.0 several times, how do I reinstall the ODBC
components?
Thank you
Reinstall MDAC. Reinstalling SQL Server 7 won't update MDAC
as XP is on a higher version. You can also check your
current MDAC installation with component checker
You can find the MDAC downloads and component checker at:
http://msdn.microsoft.com/data/mdac/default.aspx
-Sue
On Wed, 10 Nov 2004 16:24:01 -0800, "Michelle"
<Michelle@.discussions.microsoft.com> wrote:

>I'm getting the following error on my XP machine:
>The ODBC resource DLL c:\windows\system32\odbcint.dll is a different version
>than the ODBC setup dll c:\windows\system32\odbccp32.dll reinstall the ODBC
>components to ensure proper operation.
>I've reinstalled SQL 7.0 several times, how do I reinstall the ODBC
>components?
>Thank you

Monday, February 20, 2012

Register CTP to Enterprise Manager

Is it possible to register SQL Server 2005 to Enterprise Manager of SQL Server 2000? If yes, what are the components that need to installed on the machine having the Enterprise Manager?
Thanks.SQL 2000 Enterprise Manager cannot be used to manage a SQL 2005 server. Unfortunately you will need to reinstall SQL 2005 tools which can then be used to manage your SQL2000 as well as SQL 2005 installs|||If Enterprise Manager cannot find CTP 2005, how about applications that used to connect to SQL Server 2000 using a common connection string in ADO.NET 1.1?
I am afraid our application cannot switch to CTP 2005.
Any advice is appreciated. Thanks.|||Hello,

The ADO.NET 1.1 connection and application will work fine with SQL Server 2005.

The issue is for application that uses SQL Server 2000 DMO (DMO 8.0) to connect SQL Server 2005 will see similar error.

For example, SQL Server 2000 Query Analyzer will work fine with SQL Server 2005 as it do not uses DMO 8.0.

hth,
Rajesh Patel|||I see, I see.
Thanks.