asp.net.ph

OleDbDataAdapter.Fill Method

System.Data.OleDb Namespace   OleDbDataAdapter Class


Adds or refreshes rows in the DataSet to match those in an ADO Recordset or Record object.

Overload List

1. Adds or refreshes rows in a DataTable to match those in an ADO Recordset or Record object using the specified DataTable and ADO objects.

2. Adds or refreshes rows in the DataSet to match those in an ADO Recordset or Record object using the specified DataSet, ADO object, and source table name.

3. Inherited from DbDataAdapter.

4. Inherited from DbDataAdapter.

5. Inherited from DbDataAdapter.

6. Inherited from DbDataAdapter.

7. Inherited from DbDataAdapter.

8. Inherited from DbDataAdapter.

9. Inherited from DbDataAdapter.

10. Inherited from DbDataAdapter.


Example

The following example uses an OleDbDataAdapter to fill a DataSet using an ADO Recordset that is an ADO Record object.

This example assumes that you have created an ADO RecordSet and Record object.

NOTE: This example uses one of the overloaded versions of Fill. For other examples that may be available, see the individual overload topics.

 [ xample to be supplied. ]
  C# VB

See Also

OleDbDataAdapter Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph