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 difference between sqldatareader and sqldataadapter?

0 Answers  


The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx

0 Answers  


How do u implement locking concept for dataset?

2 Answers   ABC,


What is difference between datareader and dataadapter?

0 Answers  


What are the ado.net objects?

0 Answers  






What are the main differences between classic ado and ado.net?

0 Answers  


What are the ADO.NET Controls?

6 Answers  


What is ole data type?

0 Answers  


What is difference between dataset and datatable?

0 Answers  


Which object needs to be closed?

0 Answers  


What is the meaning of object pooling?

0 Answers  


How to add Primary key in DataSet

6 Answers  


Categories