1) 9/18/2004 872939872939 872939.html">FIX: You receive an exception when you call an extended stored procedure from an ASP.NET Web application (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.
2) 7/3/2004 821179821179 821179.html">FIX: You may experience increased latency in a custom COM+ application with each call to the CreateObject method (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.
3) 5/29/2004 836874836874 836874.html">FIX: System.ArgumentOutOfRangeException occurs intermittently with ADO.NET (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
4) 5/6/2004 815545815545 815545.html">An unhandled exception of the 'System.ArgumentException' type occurs after you rename the columns of a DataSet object (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...
5) 4/13/2004 839423839423 839423.html">FIX: SqlDecimal.Round method incorrectly rounds up with some decimal values (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.
6) 3/16/2004 316244316244 316244.html">How to perform bulk updates and inserts by using the OpenXML method with .NET providers in Visual Basic .NET (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.
7) 3/10/2004 815711815711 815711.html">How to update parent-child data with an identity column from a Windows Forms Application by using a Web service in Visual C++ .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.
8) 3/10/2004 815671815671 815671.html">How to use XML in connected and disconnected ADO.NET applications in Visual C++ .NET 2003 (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...
9) 2/26/2004 815676815676 815676.html">How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the...
10) 2/11/2004 815679815679 815679.html">How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to...
11) 1/28/2004 317016317016 317016.html">How to read and write a file to or from a BLOB column by using ADO.NET and Visual C# .NET (317016) - This article describes how to read and write data from LongVarBinary BLOB columns in a database table. This article contains examples of both the SqlDataAdapter class and the OleDbDataAdapter class. The only differences between the two classes, other...
12) 1/27/2004 816112816112 816112.html">HOW TO: Retrieve the Identity Value While Inserting Records into Access Database By Using Visual C# .NET (816112) - This step-by-step article discusses how to retrieve the identity column value from an Access database. Retrieving the Identity value from a Jet database is different from that of SQL Server, because a Jet database does not support multi-statement...
13) 1/24/2004 816799816799 816799.html">"Can't create a child list" error message when you open a form in Visual Studio .NET (816799) - When you delete the table that is bound to a control form of the DataSet Schema and then save the project in Microsoft Visual Studio .NET, you may receive the following error message when you open the form in Design view: Can't create a child list for...
14) 1/24/2004 815543815543 815543.html">BUG: The DataAdapter Wizard generates an InsertCommand property that includes timestamp columns (815543) - When you have a timestamp column in the query of the DataAdapter Wizard, the timestamp column is included in the InsertCommand property of the DataAdapter object. The DataAdapter Wizard uses OLE DB or Microsoft SQL Client .NET Data Providers. Although...
15) 1/13/2004 812916812916 812916.html">BUG: You receive a "Syntax error or access violation" error message in ADO.NET when you run a query two times (812916) - When you use the ActiveX Data Objects (ADO) Connection object in Microsoft Visual Basic .NET to run a SQL query that is associated with the ADODB.Command object two times consecutively, you may receive the following error message: An unhandled...