121) 11/29/2008 309362 HOW TO: Use a DataReader Against an Oracle Stored Procedure in Visual C++ .NET
(309362) - 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... 122) 11/29/2008 310370 HOW TO: Retrieve Values from DataRows That Are Marked "Deleted" by Using Visual Basic .NET
(310370) - You can use ADO.NET DataTable objects to delete rows and mark them as "Deleted." This article demonstrates how to retrieve the values of a row whose DataRowState enumeration is set to DataRowState.Deleted . Description of the Technique You can use the... 123) 11/29/2008 310376 INFO: Exceptions That Are Raised by the Update Method of the DataAdapter with Null Objects
(310376) - This article lists the exceptions that can be raised when you invoke the Update method of a DataAdapter object to update a DataSet object or a DataTable object. These exceptions occur if the DataSet , the DataTable , or the UpdateCommand property is... 124) 11/28/2008 312045 INFO: Firing the Windows Forms CurrencyManager Events in Visual C# .NET
(312045) - The CurrencyManager object allows you to synchronize bound controls as a user browses through rows in a table. For example, CurrencyManager allows you to display the correct FirstName and LastName properties in separate, bound TextBox controls as a... 125) 11/24/2008 313028 HOW TO: Fill a DataSet from a Data Source and Update Another Data Source by Using Visual C# .NET
(313028) - ADO.NET provides new flexibility in how you update your data source. This article describes how you can update a data source that is different from the original data source that you use to create the DataSet object. Description of the Technique... 126) 11/26/2008 310347 HOW TO: Fill a DataSet from a Data Source and Update Another Data Source by Using Visual Basic .NET
(310347) - ADO.NET provides new flexibility in how you update your data source. This article describes how you can update a data source that is different from the original data source that you use to create the DataSet object. Description of the Technique... 127) 11/30/2008 310349 HOW TO: Use the OleDbDataAdapter to Fill a DataSet from an ADO Recordset in Visual Basic .NET
(310349) - This step-by-step article demonstrates how to use the OleDbDataAdapter class to obtain rows from an ADO Recordset object and insert them into a DataSet object. Note that you cannot do the reverse; that is, you cannot obtain rows from a DataSet object... 128) 11/21/2008 310351 HOW TO: Roll Back Updates After an Error When You Use DataAdapter and DataSet in ADO.NET and Visual Basic .NET
(310351) - This article describes how to roll back updates after an error when you use a DataAdapter and a DataSet object. If your client application uses an ADO.NET DataSet object to store changes that are made to data or to add new records, you can use a... 129) 11/30/2008 310101 HOW TO: Fill a DataSet from an Oracle Stored Procedure by Using the OLE DB .NET Data Provider with Visual C# .NET
(310101) - This article demonstrates how to fill a DataSet object with the result set 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... 130) 11/29/2008 310107 HOW TO: Retrieve Column Schema by Using the DataReader GetSchemaTable Method and Visual C# .NET
(310107) - This article demonstrates how to use the GetSchemaTable method of the DataReader object in ADO.NET to retrieve column schema information. Another name for a column's schema is its field properties. Column schema information includes the following... 131) 11/30/2008 310108 HOW TO: Retrieve Column Schema Using the DataReader GetSchemaTable Method and Visual Basic .NET
(310108) - This article demonstrates how to use the GetSchemaTable method of the DataReader object in ADO.NET to retrieve column schema information. Another name for a column's schema is its field properties. Column schema information includes the following... 132) 10/23/2008 310128 INFO: When to Use FillSchema and MissingSchemaAction with the DataAdapter in ADO.NET
(310128) - The DataAdapter object is optimized for read-only scenarios by default. The Fill method only retrieves the amount of schema that is necessary to populate a DataSet object. To obtain the additional schema that are necessary to update or validate... 133) 11/23/2008 310130 HOW TO: Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual C# .NET
(310130) - This step-by-step describes how to call a parameterized SQL Server stored procedure using the ODBC .NET Managed Provider and Visual C# .NET. While executing a parameterized stored procedure using the ODBC .NET Provider is little different from... 134) 11/26/2008 310143 HOW TO: Update Server Data Through a Web Service by Using ADO.NET and Visual C# .NET
(310143) - 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... 135) 11/21/2008 310070 HOW TO: Call a Parameterized Stored Procedure by Using ADO.NET and Visual C# .NET
(310070) - There are several ways to use ADO.NET to call a stored procedure and to get back return values and return parameters, including: Use a DataSet object to gather the returned rows and to work with these rows in addition to the return values and the...
1
.... 5
6
7
8
[ 9 ]
10
11
12
13
.... .... 36
37
Previous Page
Page 9 of 37
Next Page
|