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 can we save all data from dataset?

0 Answers  


What is execute scalar in ado.net?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,


What is the difference between Command and CommandBuilder object?

0 Answers  






List the 4 common ado.net namespaces?

0 Answers  


What are the difference between readonly vs. Const?

0 Answers  


What is bubbled event?

0 Answers  


What is the provider being used to access oracle database?

0 Answers  


Difference between datareader and dataset?

26 Answers   Microsoft, Noel Infotech, Satyam, Value Labs,


What is ado asp?

0 Answers  


How do you implement locking concept for dataset?

0 Answers  


Categories