Creating and Configuring a Data Adapter
Tags:
ASP.NET
, ADO.NET
, IDE
, Controls
, 2003
, SQL
, Beginning
DataAdapters are the bridge between a DataCommand object and a DataSet object. This video shows how to use the Server Explorer to create an instance of a DataAdapter on a Web Form. It shows how to use the Data Adapter Configuration Wizard, and explains what each of the settings are used for. Finally, we look at all the code that was generated and briefly highlight how it works together to perform operations on a datasource.