what is Execute NOn Query?
Answer Posted / usha
This method belongs to connection object.We call this
method to indicate that the stored procedure doesn't return
results for a query but rather than an integer indicating
how many rows are effected by the executed statement.
Is This Answer Correct ? | 26 Yes | 11 No |
Post New Answer View All Answers
What are all the commands used with Data Adapter?
What are the steps you will take to improve performance?
What are the classes in System.Data.Common Namespace?
What does datareader object do?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
How to aggregating data across related tables?
How to retrieve the user id which is provided while windows authentication?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the difference between Optimistic and Pessimistic locking?
What is maximum pool size in ado.net connection string?
What is ado oledb and odbc?
What is ado.net connection?
What is ado object model?
What is the difference between Command and CommandBuilder object?
Define data access layer?