Microsoft Knowledge Base Email Alertz

(834161) - Discusses the bugs that are fixed in System.Data.dll file for Microsoft .NET Framework 1.0. Also provides references to articles for the bugs that are fixed in System.Data.dll file for Microsoft .NET Framework 1.0.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 834161 - Last Review: November 26, 2004 - Revision: 2.3

Multiple fixes in the System.Data.dll file

SUMMARY

This article contains information about the bugs that have been fixed in the System.Data.dll file.

MORE INFORMATION

The following bugs have been fixed in the System.Data.dll file:
  • You receive an exception when you use a COMPUTE BY clause in a SQL statement. The exception is similar to the following:
    System.InvalidOperationException: COMPUTE BY statements not supported.
    For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
    823401  (http://kbalertz.com/Feedback.aspx?kbNumber=823401/ ) BUG: A System.InvalidOperationException exception may occur when you run a SQL Server query by using Visual Studio .NET
  • You receive an error message when you handle connection strings that contain apostrophes (') or quotation marks ("") for the first or last character of the value. The error message may look similar to the following:
    System.ArgumentException: Invalid delimiter ' found in the connection option value
  • You receive mixed result sets, error messages, and informational messages when you process a batch of results, or you process a stored procedure.
  • The Microsoft SQL Server provider incorrectly times out. "Timeout=0" value does not work correctly when you read more than one network packet from the server.
Note The previous four bugs are fixed in the System.Data.dll file for the Microsoft .NET Framework 1.1.
  • An exception occurs when a dataset contains a RowError property or a ColumnError property between a Web service and a client application. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
    818587  (http://kbalertz.com/Feedback.aspx?kbNumber=818587/ ) FIX: Regression in Dataset serialization in the .NET Framework
  • The DataTable.Select method may leak memory when you set some specific filter properties. You can use an OR clause instead of an IN clause to work around this leak. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
    814470  (http://kbalertz.com/Feedback.aspx?kbNumber=814470/ ) DataTable.Select method leaks memory from the index when you set some specific filter properties
  • A stack overflow issue occurs when the connection to the server is lost. The connection may be lost when there are any periodic network problems, and when you are using the Microsoft ODBC .NET Managed Provider. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
    821238  (http://kbalertz.com/Feedback.aspx?kbNumber=821238/ ) Stack Overflow when you use the ODBC .NET Managed Provider
  • An exception occurs when you create a DataTable with a computed column that is based on an aggregate function.
    For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
    821415  (http://kbalertz.com/Feedback.aspx?kbNumber=821415/ ) FIX: "System.Data.VersionNotFoundException: There is no current data to access" error message when you add a row to DataTable

REFERENCES

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
823679  (http://kbalertz.com/Feedback.aspx?kbNumber=823679/ ) Fix: Multiple fixes for SQL Server .NET Data Provider

APPLIES TO
  • Microsoft .NET Framework 1.1
  • Microsoft .NET Framework 1.0
Keywords: 
kbhowto kbmanaged kbtable kbsystemdata kbinfo KB834161
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

kula - wk NOSPAM-AT-NOSPAM janet.waw.pl Report As Irrelevant  
Written: 8/5/2005 1:24 PM
Hello. Bug 821415 really disturb me in implementations. Please help me solve this problem.

kula - wk NOSPAM-AT-NOSPAM janet.waw.pl Report As Irrelevant  
Written: 8/5/2005 1:34 PM
Is here possibillity to download the fixes ?