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

how to display empty table to datagrid

3 Answers   LG Soft,


What is the default timeout specified for "sqlcommand.commandtimeout" property?

0 Answers  


What is difference between entity framework and ado.net?

0 Answers  


Which is better entity framework or ado.net?

0 Answers  


How to aggregating data across related tables?

0 Answers  


Explain why canot we use multiple inheritance and garbage collector paralelly in .net?

0 Answers  


What is the difference between connected and disconnected environment?

0 Answers  


differance between ADO vs ADO.Net?

0 Answers   MCN Solutions,


What is Data view?

0 Answers  


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

0 Answers  


What do you know about ADO.NET's objects and methods?

0 Answers   NA,


What is the difference between data grid and data repeater?

0 Answers  


Categories