What is the use of dataadapter

Q

What is the use of dataadapter ?

✍: Guest

A

These are objects that connect one or more Command objects to a Dataset object. They provide logic that would get data from the data store and populates the tables in the DataSet, or pushes the changes in the DataSet back into the data store.
? An OleDbDataAdapter object is used with an OLE-DB provider
? A SqlDataAdapter object uses Tabular Data Services with MS SQL Server.

2007-10-24, 4644👍, 0💬