what is Execute NOn Query?
Answer Posted / balaji rajasekaran
ExecuteNonQuery method is used for
==================================
Sending SQL Insert statements to a database.
Sending SQL Update statements to a database.
Sending SQL Delete statements to a database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of data grid?
Define atomicity?
What are the ado.net components?
What is ado full form?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How to load multiple tables into a dataset?
What are the methods of XML dataset object?
What is aggregating data ?
What is the role of the dataset object in ado.net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is ado object model?
What is command class in ado.net?
What is bubbled event can you please explain?
What is executequery?