Visit our Microsoft KB Page for information on other microsoft products.
kbAlertz.com :: ADO.NET 1.1
Updates from Microsoft's KB System
 
http://kbAlertz.com
BUG: A System.NullReferenceException exception occurs when an instance of a DataSet typed object is serialized when multiple threads access the same instance of a DataSet typed object synchronously
(892608) - Describes a problem that may occur in Access 2003. You may receive the "Syntax error in INSERT INTO statement"error message. Jet 4.0 reserved words that are used in the column names of your database table may cause this problem to occur.
You may receive the "Syntax error in INSERT INTO statement"error message when you use ADO.NET code to access Office Access 2003

(872939) - Explains that an exception occurs when you call an extended stored procedure from a ASP.NET Web application. Provides the file list that fixes the problem.
FIX: You receive an exception when you call an extended stored procedure from an ASP.NET Web application

(821179) - Fixes a problem where a custom COM+ application runs slowly because the hash table size increases when you are running the .NET Framework 1.0 in Windows 2000.
FIX: You may experience increased latency in a custom COM+ application with each call to the CreateObject method

(836874) - In an ADO.NET application, you may intermittently receive the following exception error message: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
FIX: System.ArgumentOutOfRangeException occurs intermittently with ADO.NET

(815545) - After you rename the columns of a DataTable object in the DataSet , if you try to refer to the columns in case-insensitive manner, you receive the following exception: An unhandled exception of type 'System.ArgumentException' occurred in...
An unhandled exception of the 'System.ArgumentException' type occurs after you rename the columns of a DataSet object

(839423) - Provides a fix for a problem that causes certain decimal values to be incorrectly rounded up with the SqlDecimal.Round method in ADO.NET.
FIX: SqlDecimal.Round method incorrectly rounds up with some decimal values

(316244) - Explains how to use OpenXML with .NET providers to perform bulk updates and inserts in Visual Basic .NET. Requires SQL Server 2000 to perform this task.
How to perform bulk updates and inserts by using the OpenXML method with .NET providers in Visual Basic .NET

(815711) - Discusses how to create an ASP.NET Web service to access and to update a database. The article discusses how to modfiy data that is in two tables that have a parent-child relationship with an identity column that uses the Web service.
How to update parent-child data with an identity column from a Windows Forms Application by using a Web service in Visual C++ .NET

(815671) - XML is a fundamental part of Microsoft ADO.NET and XML Web Services. This article describes how to use XML in connected and disconnected ADO.NET applications: Connected ADO.NET applications can query Microsoft SQL Server to return an XML result and...
How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003