Answer Posted / avinash dandu
Dataadapters provide interaction between datasourse and dataset,this means reading data from a database into a dataset, and then writing changed data from the dataset back to the database. However, a data adapter can move data between any source and a dataset.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What are the advantages of oledb compared with other classes?
What are ado.net objects?
How would you connect to database using .NET?
What is partial class?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
How to find the given query is optimised one or not?
How do you merge 2 datasets into the third dataset in a simple manner?
What we do with the object of ado.net dataset after using it?
Which object is used to add relationship between two Datatables?
What is an ADO.Net?
What is connected architecture in ado.net?
What is ado oledb and odbc?
Can we do database operations without using any of the ado.net objects?
What are the key events of sqlconnection class?