which one is faster execute reader, scalar, execute non
query ?
Answer Posted / d k
Wrong Question , As ExceuteReader(),ExecuteNonQuery() and
ExecuteScaler() interact to database in same manner and we
all Know about the ExceuteReader(),ExecuteNonQuery() and
ExecuteScaler() serves for different purpose , as
ExceuteReader() reads data against select query ,
ExecuteScaler() reads single cell value and
ExecuteNonQuery() used for action query not returns any
result set.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Define globalization and localization.
What is a user session?
How does session state work in asp.net?
How may clustered index we can create in table?
What are triggers of an updatepanel?
How can we Validate a Controls in ASP.NET page using JavaScript?
Explain the updatepanel?
What is difference between asp state management and asp.net state management?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is in a session cookie?
What are app services?
What is the exact purpose of http handlers?
How can we call webservices in Banking Applications? and where we are using it?
What is session mode in asp.net?
What is the difference between Classic ASP and ASP.Net?