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 |
Explain how to find the given query is optimised one or not?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
what is the syntax code for oldb to connect oracle?
Explain what are acid properties?
What are the namespaces used in ADO.Net to connect to a database?
What is meant by entity framework?
Is it possible to edit data in Repeater control?
What is ado.net architecture?
What is the namespace in which .NET has the data functionality classes?
Give an example that shows how to execute a stored procedure in ado.net?
What are the advantages of oledb compared with other classes?
Which is faster ado.net or linq?
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)