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
This article contains information about the bugs that have
been fixed in the System.Data.dll file.
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
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
| 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