Why do we use sqldataadapter?



Why do we use sqldataadapter?..

Answer / Kunjan Bharti

We use SQLDataAdapter in ADO.NET to transfer data between a DataSet and a relational database (such as SQL Server). It contains two essential command objects: SelectCommand, UpdateCommand, InsertCommand, and DeleteCommand. DataAdapter can fill a DataSet and update the database based on changes made in the dataset.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?

5 Answers   HCL,


What is datatable?

3 Answers  


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

1 Answers   SwanSoft Technologies,


How can we load multiple tables in a dataset?

1 Answers  


What DataReader class do in ADO.NET ?

1 Answers   NA,


Why is stored procedure used in ado.net?

1 Answers  


What are different types of Commands available with DataAdapter ?

1 Answers   Arigo Infotech,


Which type of database is used while processing dynamic database?

1 Answers   Microsoft,


How can I retrieve two tables of data at a time by using data reader?

1 Answers  


What is ado.net architecture?

1 Answers  


What is ado.net connection?

1 Answers  


What is XML serialization

1 Answers   Digital GlobalSoft,


Categories