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
How to create dynamic gridview?
Explain the difference in record set and dataset?
What is difference between ado.net and asp net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Give few examples of datareader that is used in different dataproviders.
What is ado.net objects?
What is the difference between Command and CommandBuilder object?
How to perform sorting on a table in ADO.NET?
What are the important features of ado.net 2.0?
What are all features of ADO.Net?
What is the use of SqlCommandBuilder?
What is microsoft ado?
describe the dataset object in ado.net.
Which provider is used to connect ms access, oracle, etc…?
What are disadvantages of microsoft-provided data provider classes in ado.net?