what is data Adapter?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
make a login control??
What are all the different authentication techniques used to connect to MS SQL Server?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
How to you declare connection strings and how to you make use of web.config ?
How to pass values into a datatable?
What is a serialized object?
Explain the different row versions available in table?
Difference between sqlcommand and sqlcommandbuilder?
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
What is datacolumn and how it is used?
What is an example of ordinal data?
Explain the difference in an abstract class and an interface?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)