Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.
&#8730; An OleDbDataAdapter object is used with an OLE-DB provider
&#8730; 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

Will the finally block get executed if an exception has not occurred

1 Answers   Siebel Systems,


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?

1 Answers   Deloitte,


What is representational state transfer (rest) mean?

0 Answers  


Explain what is routing?

0 Answers  


How do you enforce garbage collection in .NET

1 Answers   Wipro,


Types of assemblies that can be created in dotnet ?

2 Answers   MMTS,


What is net framework 3.0 ?

0 Answers  


what is way of loading data in ef (entity framework)?

0 Answers   Microsoft,


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


what is the additional features in 1.1 rather than 1.0

1 Answers  


what do you mean by table-per-type?

0 Answers   Microsoft,


Categories