what is Execute NOn Query?
Answer Posted / suman zalodiya
ExecuteNonQuery() is used when you run rhe query that
doesn't return anything.For example insert,update,delete
etc.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What does datareader object do?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Which is the feature of ado.net?
Describe briefly an ADO.NET Dataset ?
How do you update a dataset in ado.net?
What does sqldatareader return?
What are the namespaces used in ado.net for data access?
Why is stored procedure used in ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the different ado.net namespaces are available in .net?
What is the difference between dataset and datatable?
What are all the different methods under sqlcommand?
Explain how to create dynamic gridview?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!