What is the difference between excute query and excute
nonquery.?
Answer Posted / bhagwat prasad sharma
1)>>> when we insert data into database, delete data from database, update data from database than use ExecuteNonQuery
statement .
but when we select data from database than use ExecuteQuery
statement . that solves
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the event handlers that we can have in global.asax file?
How can you handle unmanaged code exceptions in asp.net?
what is a .xap file? Explain with an example.
Explain automatic memory management in .net.
What is server transfer?
What is server redirect?
What is the purpose of master page?
How to sign out from forms authentication?
What is .net framework and what are the main components of it?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How would you get asp.net running in apache web servers? Explain it's limitations.
What is %20 in a url?
What is difference between web api and web services?
Is asp.net a programming language or framework?
How can u deifne the benefits and limitation of using Viewstate for state management?