136) 11/21/2008 310071 HOW TO: Call a Parameterized Stored Procedure by Using ADO .NET and Visual C++ .NET
(310071) - There are several ways to use ADO.NET to call a stored procedure and to get back return values and output parameters, including: Use a DataAdapter or DataSet object to gather the returned rows and to work with these rows in addition to the return... 137) 11/27/2008 309184 HOW TO: Persist an ADO.NET DataSet into XML by Using Visual C++ .NET
(309184) - This article demonstrates how to persist an ADO.NET DataSet object to Extensible Markup Language (XML). Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that are required: A... 138) 12/1/2008 310083 HOW TO: Build a Connection String Programmatically in ADO.NET by Using Visual C# .NET
(310083) - This step-by-step article demonstrates how to use the Data Link Properties dialog box to programmatically create a connection string at design time. Requirements The following list outlines the recommended hardware, software, network infrastructure,... 139) 11/15/2008 310084 HOW TO: Build a Connection String Programmatically in ADO.NET by Using Visual C++ .NET
(310084) - This step-by-step article describes how to use the Data Link Properties dialog box to programmatically create a connection string at design time. Requirements The following list outlines the recommended hardware, software, network infrastructure, and... 140) 11/25/2008 308071 HOW TO: Access an Oracle Database by Using the OleDbDataReader and Visual Basic .NET
(308071) - This article demonstrates how to use the ADO.NET OleDbDataReader class to retrieve data from an Oracle database. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need:... 141) 11/28/2008 308072 HOW TO: Fill a DataSet from an Oracle Stored Procedure Using the OLE DB .NET Data Provider with Visual Basic .NET
(308072) - This article demonstrates how to fill a DataSet object with the resultset from an Oracle stored procedure. The DataSet object is central to supporting disconnected, distributed data scenarios with ADO.NET. The DataSet is a memory-resident... 142) 12/2/2008 308073 HOW TO: Use a DataReader Against an Oracle Stored Procedure in Visual Basic .NET
(308073) - This step-by-step article uses the DataReader object to retrieve data from an Oracle stored procedure. You can use the DataReader to retrieve a read-only, forward-only stream of data from a database. Using the DataReader can increase application... 143) 12/1/2008 308075 HOW TO: Use Data Link Files with the OleDbConnection Object in Visual Basic .NET
(308075) - This article demonstrates how to use an OLE DB Universal Data Link (.udl) file to specify the connection string that an ADO.NET OleDbConnection object uses to establish a database connection. OLE DB Universal Data Link (.udl) files provide a... 144) 11/30/2008 309130 HOW TO: Use the ADO SHAPE Command with a DataReader in Visual C# .NET
(309130) - This article describes the ActiveX Data Objects (ADO) SHAPE command syntax that produces hierarchical recordsets and explains how to traverse hierarchical recordsets. This article also provides sample code. You can use hierarchical recordsets as an... 145) 12/1/2008 309158 HOW TO: Read and Write BLOB Data by Using ADO.NET with Visual C# .NET
(309158) - The GetChunk and the AppendChunk methods are not available in ADO.NET on DataReader columns, DataSet columns, or Command parameters. This article describes how to use Visual C# .NET to read and write binary large object (BLOB) fields. Requirements The... 146) 11/29/2008 308052 HOW TO: Display Parent and Child Records in a Windows Forms DataGrid by Using Visual Basic .NET
(308052) - 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 CurrencyManager object... 147) 11/29/2008 308054 HOW TO: Use a Web Service as a Data Source for a Client Application in Visual Basic .NET
(308054) - This step-by-step article demonstrates how to create and test a Web service that returns a DataSet object to a client. This article also demonstrates how to reference the Web service in a client application and display the returned DataSet in a... 148) 11/29/2008 308056 HOW TO: Update Server Data Through a Web Service by Using ADO.NET and Visual Basic .NET
(308056) - This step-by-step article demonstrates how to use a Web service to receive and to update data from a database by using a DataSet object. This article also demonstrates how to reference the Web service in a client application and how to display the... 149) 11/28/2008 308058 HOW TO: Obtain Extended Error Information in the DataSet by Using Visual Basic .NET
(308058) - The DataAdapter class throws generic exceptions when problems occur. This article demonstrates how to obtain a descriptive error message for each row and column that is in fault in any table in a given DataSet class. This is very useful in update... 150) 11/27/2008 308070 HOW TO: Implement a Searchable DataGrid by Using ADO.NET and Windows Forms
(308070) - This article demonstrates how to search for data in a Windows Form DataGrid control and synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class then bind the DataView to the DataGrid . The...
1
.... 6
7
8
9
[ 10 ]
11
12
13
14
.... .... 36
37
Previous Page
Page 10 of 37
Next Page
|