what is Execute NOn Query?
Answer Posted / basheer
Command.ExecuteNonqurey is used to Execute querys which
actually does not query Database table to give back
something (Like Select) but commnads DB table to do
something.(Insert,Update or Delete)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is row state?
What are the advantages and disadvantages of using datalist?
What are the key features of ado.net?
What is the use of sqldatareader class?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Name which operations can you not perform on an ado.net dataset?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is linq and entity framework?
What is the difference between ado.net and oledb?
Can we do database operations without using any of the ado.net objects?
Do we use stored procedure in ADO.Net?
What are the benefits of using ado.net?
How do you connect to sql server database without using sqlclient?
What is the difference between Optimistic and Pessimistic locking?