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

What is oauth in web api?

0 Answers  


And if they have conflicting method names ?

1 Answers  


What are action filters?

0 Answers  


what is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


What does 'managed' mean in the .NET context

1 Answers  






What is the difference between windows vista and .net framework 3.0 ?

0 Answers  


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


Explain something about model, view and controllers in asp.net mvc?

0 Answers  


What is entity framework? : Entity framework

0 Answers  


Explain the request flow in asp.net mvc framework?

0 Answers  


What are the contents of assembly?

2 Answers  


What are the possible razor view extensions?

0 Answers  


Categories