What is the use of dataadapter ?

Answers were Sorted based on User's Feedback



What is the use of dataadapter ?..

Answer / mahesh kotekar

DataAdapter is an object which creates a bridge between the
database and front end. It opens and closes connections
automatically. Fills the dataset with table and values from
database and update the database from dataset.

Is This Answer Correct ?    13 Yes 2 No

What is the use of dataadapter ?..

Answer / manirajsahu

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.

Is This Answer Correct ?    11 Yes 4 No

What is the use of dataadapter ?..

Answer / rohan patel india

data adapter provide communication between datasource and
dataset.

Is This Answer Correct ?    3 Yes 1 No

What is the use of dataadapter ?..

Answer / amy

DataAdapter is a part of the ADO.NET Data Provider.
DataAdapter provides the communication between the Dataset
and the Datasource. We can use the DataAdapter in
combination with the DataSet Object.

The DataAdapter can perform Select , Insert , Update and
Delete SQL operations in the Data Source.

Is This Answer Correct ?    1 Yes 0 No

What is the use of dataadapter ?..

Answer / biswajit

its a part of Ado.net .its use to provide the
communication between dataset and the datasoursece .

it perform the select,insert, update and delete SQL
operation in the data source .

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Can we access the web controls in a page pre initialising event?

2 Answers  


im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me

2 Answers  


how can you tell ef to have a different table or column name than that defined for the class?

0 Answers   Microsoft,


What is the difference between ViewData, ViewBag and TempData?

0 Answers   Wipro,


How does assembly versioning work?

1 Answers  






How we can register the Area in ASP.Net MVC?

0 Answers  


Explain what languages does the .net framework support?

0 Answers  


Can source code be reverse-engineered from IL?

2 Answers  


How to use Jquery Plugins in ASP.Net MVC validation?

0 Answers  


Is it possible to use multipe inheritance in .net

1 Answers  


What is the difference between adding routes, to a webforms application and to an mvc application?

0 Answers  


Explain dependency resolution?

0 Answers  


Categories