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 |
What are the important features of ado.net 2.0?
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?
What is the use of adodc?
Explain acid properties?
What is ado object model?
Define isolation?
Define bubbled event?
Sequence to connect and retrieve data from database useig dataset ?
Which property is used to check whether a DataReader is closed or opened?
What is ado.net code?
Which are the different IsolationLevels ?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
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)