FIX: Results are incorrectly sorted when you retrieve data from a table by using the System.Data.DataTable.Select(String filterExpression, String sort) method in the .NET Framework 1.1 Service Pack 1 (SP1) (900468)



The information in this article applies to:

  • Microsoft .NET Framework 1.1 Service Pack 1 (SP1)

SYMPTOMS

You retrieve data from a table by using the System.Data.DataTable.Select(String filterExpression, String sort) method in the Microsoft .NET Framework 1.1 Service Pack 1 (SP1). The filter expression that you use to retrieve the data joins two conditions with "AND." When the results of your data retrieval request are returned, they are sorted on the first column of the table. This problem occurs even though you have specified a different column as the sort key.

CAUSE

This problem occurs because of a problem with the System.Data.dll file in the .NET Framework 1.1 SP1. The affected version of the System.Data.dll file in the .NET Framework 1.1 SP1 is installed on the computer when you apply one of the following:
  • Microsoft Windows Server 2003 Service Pack 1 (SP1).
  • The hotfix that is mentioned in the following Microsoft Knowledge Base article:

    891742 FIX: Multiple conditions that use the AND operator and that are passed to the Select method of the DataTable object may be ignored after you install the .NET Framework 1.1 Service Pack 1

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, 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

No prerequisites are required to install this hotfix.

Restart requirement

You do not have to 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 tool in Control Panel.
   Date          Time      Version        Size       File name
   -----------------------------------------------------------------
   16-June-2005  22:29:38  1.1.4322.2333  1,298,432  System.Data.dll

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


Modification Type:MinorLast Reviewed:7/25/2006
Keywords:kbQFE KBHotfixServer kbfix kbbug kbpubtypekc KB900468 kbAudDeveloper