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 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

make a login control??

1 Answers  


What are all the different authentication techniques used to connect to MS SQL Server?

0 Answers  


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

0 Answers  


How to you declare connection strings and how to you make use of web.config ?

3 Answers   MMTS,


How to pass values into a datatable?

0 Answers  


What is a serialized object?

0 Answers  


Explain the different row versions available in table?

0 Answers  


Difference between sqlcommand and sqlcommandbuilder?

0 Answers  


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,


What is datacolumn and how it is used?

2 Answers  


What is an example of ordinal data?

0 Answers  


Explain the difference in an abstract class and an interface?

0 Answers  


Categories