Whate are different types of Commands available with
DataAdapter ?
Answer Posted / 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 |
Post New Answer View All Answers
What is full form of ado?
What are the essential features of ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Explain the various objects in dataset.
What is data reader in ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the different methods available under the sqlcommand class to access the data?
What is a dataview?
How is it possible to get 2 tables of data at a time by using data reader?
What is microsoft ado?
Explain the difference between data reader and data set?
What is the difference between sqldatareader and sqldataadapter?
Why do we use sqldataadapter?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
What is data access pattern?