Whate are different types of Commands available with
DataAdapter ?
Answers were Sorted based on User's Feedback
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 |
Answer / swapna
The SqlDataAdapter has SelectCommand, InsertCommand,
DeleteCommand and UpdateCommand.
Is This Answer Correct ? | 10 Yes | 2 No |
What is difference between sqldatareader and sqldataadapter?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
How do u implement locking concept for dataset?
What is difference between datareader and dataadapter?
What are the ado.net objects?
What are the main differences between classic ado and ado.net?
What are the ADO.NET Controls?
What is ole data type?
What is difference between dataset and datatable?
Which object needs to be closed?
What is the meaning of object pooling?
How to add Primary key in DataSet