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
Explain the basic use of "dataview" and explain its methods.
What is basic use of data view?
What is adodb dll?
What is difference between sqldatareader and sqldataadapter?
Does ado.net use odbc?
What is DataRowCollection?
What is defaultview in datatable?
Explain how to create dynamic gridview?
What is the current version of entity framework?
How to perform sorting on a table in ADO.NET?
How to aggregating data across related tables?
What is sql connection in ado.net?
What are good ado.net object to replace to ado recordset object.
Describe the disconnected architecture of ADO.NET’s data access model.
What is the default provider in ado.net?