what is data Adapter?

Answers were Sorted based on User's Feedback



what is data Adapter?..

Answer / beginner

In the Disconnected Database architecture we have two databases.
1. the actual one on the server.
2. the consisting of tables, that we have takenin our
dataset and manipulated the data.

both are in two different states...

Data adaptor is responsible to sync this two whenever a
realtime connection is established between these two...

Is This Answer Correct ?    0 Yes 0 No

what is data Adapter?..

Answer / pankaj

DATA ADAPTER IS BRIDGE BETWEEN DATA SOURCE AND DATASET.

WE CAN SAY ALSO

IT IS COLLECTION OF COMMANDS

Is This Answer Correct ?    0 Yes 0 No

what is data Adapter?..

Answer / velmani

DataAdapter is used to Retrieves the data from a Data base
and fill the DataSet..

Is This Answer Correct ?    0 Yes 0 No

what is data Adapter?..

Answer / anujchaudhary

The DataAdapter can perform Select , Insert , Update and Delete SQL operations in the Data Source. The Insert , Update and Delete SQL operations , we are using the continuation of the Select command perform by the DataAdapter. That is the DataAdapter uses the Select statements to fill a DataSet and use the other three SQL commands (Insert, Update, delete) to transmit changes back to the Database.

Is This Answer Correct ?    0 Yes 0 No

what is data Adapter?..

Answer / guest

manage the data

Is This Answer Correct ?    21 Yes 29 No

what is data Adapter?..

Answer / sathish

virtual database

Is This Answer Correct ?    15 Yes 34 No

Post New Answer

More ADO.NET Interview Questions

What are the key features of ado.net?

0 Answers  


how would i implement dropdownlist in gridview using c#

2 Answers  


Which namespaces are used for data access?

0 Answers   SwanSoft Technologies,


What are the different namespaces used in the project to connect the database?

3 Answers  


What are different layers of ADO.Net?

0 Answers  






What is ole access?

0 Answers  


What is the difference between connected environment and a disconnected environment?

2 Answers  


When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?

5 Answers   HCL,


What is the difference between executenonquery () and executescalar ()?

0 Answers  


What is datatable?

3 Answers  


What is the use of ADO.NET and XML web services?

0 Answers   TCS,


Call a stored procedure from ado.net and pass parameter to it ?

7 Answers   Keane India Ltd, TCS,


Categories