406) 2/10/2002 Q308428Q308428 Q308428.html">HOW TO: Use Data Link Files with the OleDbConnection Object in Visual C++ .NET (Q308428) This article demonstrates how to use an OLE DB Universal Data Link (.udl) file to specify the connection string that an ADO.NET
407) 2/10/2002 Q308507Q308507 Q308507.html">HOW TO: Update a SQL Server Database Using the SqlDataAdapter Object in Visual C# .NET (Q308507) This article contains Microsoft Visual C# .NET code samples that demonstrate how to use the
408) 2/10/2002 Q308510Q308510 Q308510.html">HOW TO: Update a SQL Server Database by Using the SqlDataAdapter Object in Visual C++ .NET (Q308510) The
409) 2/10/2002 Q308484Q308484 Q308484.html">HOW TO: Display Parent and Child Records in a DataGrid Using Windows Forms with Visual C# .NET (Q308484) This article describes how to create a Windows form that displays a parent (or master) record and all of the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the
410) 2/10/2002 Q308614Q308614 Q308614.html">PRB: Error "Invalid Attempt to Read from Column Ordinal" When You Use DataReader in C# .NET (Q308614) When you use
411) 2/10/2002 Q309361Q309361 Q309361.html">HOW TO: Use a DataReader Against an Oracle Stored Procedure in Visual C# .NET (Q309361) This step-by-step article uses the
412) 2/10/2002 Q308495Q308495 Q308495.html">HOW TO: Use a Web Service as a Data Source for a Client Application in Visual C# .NET (Q308495) This step-by-step article demonstrates how to create and test a Web service that returns a
413) 2/10/2002 Q308499Q308499 Q308499.html">PRB: Unhandled Exception When You Set ADO Property to a String in Visual Basic .NET (Q308499) When you set a property value on an ActiveX Data Objects (ADO) object to a string value, you may encounter the following exception:
414) 2/10/2002 Q305271Q305271 Q305271.html">HOW TO: Custom Page a DataGrid Windows Control Using Visual Basic .NET (Q305271) The
415) 2/10/2002 Q306022Q306022 Q306022.html">HOW TO: Transfer Data to an Excel Workbook Using Visual Basic .NET (Q306022) This step-by-step article describes numerous methods for transferring data to Excel 2000 or Excel 2002 from a Visual Basic .NET application. This article also presents the advantages and disadvantages of each method so that you can choose t
416) 2/10/2002 Q307029Q307029 Q307029.html">HOW TO: Transfer XML Data to Microsoft Excel 2002 Using Visual C# .NET (Q307029) Excel 2002 introduces functionality for opening files in the Extensible Markup Language (XML) format. An XML file that is well-formed can be opened directly in Excel 2002 by using either the user interface or code.
417) 2/10/2002 Q306572Q306572 Q306572.html">HOW TO: Query and Display Excel Data Using ASP.NET, ADO.NET, and Visual C# .NET (Q306572) This step-by-step article demonstrates how to display data from an Excel worksheet through an ASP.NET (.aspx) page by using Visual C# .NET.
418) 2/10/2002 Q306574Q306574 Q306574.html">HOW TO: Call SQL Server Stored Procedures in ASP.NET (Q306574) This article demonstrates how to use ASP.NET and ADO.NET to create and call a Microsoft SQL Server stored procedure with an input parameter and an output parameter.
419) 2/10/2002 Q307224Q307224 Q307224.html">HOW TO: Use XML in Connected and Disconnected ADO.NET Applications (Q307224) Extensible Markup Language (XML) is a fundamental part of ADO.NET and Web services. This article demonstrates how to use XML in connected and disconnected ADO.NET applications. Connected ADO.NET applications can query SQL Server to return a
420) 2/10/2002 Q306724Q306724 Q306724.html">INFO: 'Encrypt' Has Been Added to the SqlConnection Keywords (Q306724) Support for the keyword "encrypt" has been added to the SqlConnection