FIX: Incorrect data is returned when you change the binding order of two similarly-named output parameters in an application that uses the ODBC driver in Windows XP Service Pack 2 (916528)



The information in this article applies to:

  • Microsoft Windows XP Service Pack 2
  • Microsoft Data Access Components 2.8 Service Pack 1 (SP1)

SYMPTOMS

Consider the following scenario:
  • You change the binding order of two similarly-named output parameters from a stored procedure in an application.
  • The application uses the Microsoft Data Access Components (MDAC) 2.8 Service Pack 1 (SP1) ODBC driver.
  • The application is running on a Microsoft Windows XP with Service Pack 2 (SP2)-based computer.
In this scenario, incorrect data is returned.

For example, assume that you have a stored procedure that returns parameter values that are named @a1 and @a. In the application that uses the ODBC driver, you bind to @a first and then bind to @a1. In this scenario, the values are returned correctly. However, if you bind to @a1 first and then bind to @a, the parameter values are returned incorrectly.

Note If the shorter of the parameter names is not contained in the other parameter name, the parameter values are always returned correctly. For example, the parameter values are returned correctly if you use @a and @b or if you use @a1 and @a2.

CAUSE

This problem occurs because there is an incorrect comparison of parameter names in the Microsoft SQL Server ODBC driver and in the SQL OLE DB provider.

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next Microsoft Windows XP service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note   In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

You must apply MDAC 2.8 SP1 and Windows XP SP2, before you apply this hotfix.

Restart requirement

You must restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
File nameFile versionFile sizeDateTimeSP requirement
Msadco.dll2.81.1125.0143,36007-Apr-200604:00SP2
Msado15.dll2.81.1125.0536,57607-Apr-200604:00SP2
Msadomd.dll2.81.1125.0180,22407-Apr-200604:00SP2
Msadox.dll2.81.1125.0200,70407-Apr-200604:00SP2
Msdasql.dll2.81.1125.0315,39207-Apr-200604:00SP2
Msjro.dll2.81.1125.0102,40007-Apr-200604:00SP2
Odbcbcp.dll2000.85.1125.024,57607-Apr-200604:00SP2
Sqloledb.dll2000.85.1125.0528,38407-Apr-200604:00SP2
Sqlsrv32.dll2000.85.1125.0442,36807-Apr-200604:00SP2

WORKAROUND

To work around this problem, rename the parameters so that one parameter name is not contained inside the other parameter name.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

For more information about MDAC, visit the following Microsoft Developer Network (MSDN) Web site:For more information about Windows XP SP2, visit the following Microsoft Web site:

Modification Type:MajorLast Reviewed:7/26/2006
Keywords:kbWinXPpreSP3fix kbfix kbBug kbQFE kbhotfixserver kbpubtypekc KB916528 kbAudDeveloper kbAudITPRO