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 |
differences between ADO and ADO.NET
Define the executescalar method?
What is a serialized object?
What are the different execute methods of Ado.Net?
What is difference between connected and disconnected architecture in ado.net?
What are the different methods by which we can populate a dataset?
What are the ado.net objects?
suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same
What is the role of data provider in ado.net?
What are the 4 types of classes in ADO.NET?
Which architecture does Datasets follow?
What are the core objects of ADO.NET?