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 microsoft ole db provider for sql server?
What is the role of clr?
What is Data Provider?
What is disconnected scenario in entity framework?
What is ado or jdbc?
How to retrieve the user id which is provided while windows authentication?
What do you mean by ‘batch updates’?
What are the different ado.net namespaces?
Which method in OLEDBAdapter is used to populate dataset with records?
Explain the role of data provider in ado.net?
What is the current version of entity framework?
How to identify the controls which can be used for binding data?
What is an orm, and why would you use one instead of plain old ado.net?
What does executereader return?
How will you fill the gridview by using datatable object at runtime?