Whate are different types of Commands available with
DataAdapter ?

Answers were Sorted based on User's Feedback



Whate are different types of Commands available with DataAdapter ?..

Answer / srilekha

we can use only select command in sqlDataAdapter and for
insert command,update,delete commands are used in sql
command

Is This Answer Correct ?    9 Yes 0 No

Whate are different types of Commands available with DataAdapter ?..

Answer / swapna

The SqlDataAdapter has SelectCommand, InsertCommand,
DeleteCommand and UpdateCommand.

Is This Answer Correct ?    10 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

What is disconnected architecture in ado.net?

0 Answers  


Which control of the BindingNavigator returns the current position within the data source?

0 Answers  


What is microsoft ado?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


What are two types of transaction supported by ado.net?

0 Answers  






What is the default view of Data Grid?

5 Answers   TCS,


What is the difference between OLEDB Provider and SqlClient?

0 Answers  


Where is adodb dll located?

0 Answers  


What is serialization and de-serialization in .net?

0 Answers  


HOW TO FILL GRID VIEW WITH OUT USING SQLDATASOURCE AND PROGRAMING?

4 Answers  


Using Ado.net, what front ends and back ends can you use?

10 Answers  


What are the different execute methods of Ado.Net?

0 Answers  


Categories