what is data Adapter?

Answers were Sorted based on User's Feedback



what is data Adapter?..

Answer / karthik.g

data adapter is a adapter which acts as an adpater between
the data.

Is This Answer Correct ?    3 Yes 2 No

what is data Adapter?..

Answer / preeja

DATA ADAPTER IS USED TO RETRIEVE DATA FROM DATABASE TO DATA SET.
ALL MANIPULATIONS WE ARE DOING IN THE
DATASET(UPDATE,INSERT,DELETE...)ARE HANDLED BY THE DATA
ADAPTER..(WHICH MAKES CHANGES IN DATABASE.)

Is This Answer Correct ?    5 Yes 4 No

what is data Adapter?..

Answer / nilam

data adapter can be define as a adapter which act as an
adapter between the data

Is This Answer Correct ?    2 Yes 1 No

what is data Adapter?..

Answer / anand vishwakarma

DataAdapter functions as a bridge between a data source, and a disconnected data class, such as a DataSet. At the simplest level it will specify SQL commands that provide elementary CRUD functionality. At a more advanced level it offers all the functions required in order to create Strongly Typed DataSets, including DataRelations.

Is This Answer Correct ?    2 Yes 1 No

what is data Adapter?..

Answer / salman

data adapter is tool is used for transfer data to or from
database or dataset.

Is This Answer Correct ?    1 Yes 0 No

what is data Adapter?..

Answer / govind.konduri

Hai...

DataAdapter class is used for communication b/w dataset
and Datasource.

Is This Answer Correct ?    1 Yes 0 No

what is data Adapter?..

Answer / pamulaparthi pravin srg

Data adapter is act like bridge between database and dataset.

Is This Answer Correct ?    1 Yes 0 No

what is data Adapter?..

Answer / avinash dandu

Dataadapters provide interaction between datasourse and dataset,this means reading data from a database into a dataset, and then writing changed data from the dataset back to the database. However, a data adapter can move data between any source and a dataset.

Is This Answer Correct ?    1 Yes 0 No

what is data Adapter?..

Answer / rahul singhal

dataadopter is just like a bridge between ur application and
data source. it it is used to provide the table info.to fill
dataset.

Is This Answer Correct ?    0 Yes 0 No

what is data Adapter?..

Answer / munikumar reddy

DataAdapter provides the communication between the Dataset
and the Datasource. We can use the DataAdapter in
combination with the DataSet Object. DataAdapter provides
this combination by mapping Fill method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

can we have multiple datatables in a datareader ?

18 Answers   Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,


What is ole2 format?

0 Answers  


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

0 Answers   Infosys, Wipro,


What Is Difference Between Ado And Ado.net?

0 Answers   BirlaSoft,


What are two important objects of ADO.Net?

0 Answers  






What is aggregating data ?

0 Answers  


Does entity framework use ado.net?

0 Answers  


What are ado.net objects?

0 Answers  


Explain how can we load multiple tables in to dataset?

0 Answers  


What is dao and ado?

0 Answers  


What is ado.net object model?

0 Answers  


Whate are different types of Commands available with DataAdapter ?

2 Answers  


Categories