which one is faster execute reader, scalar, execute non
query ?
Answer Posted / anirudh g
Scalar will be faster that the execute reader and execute
non query. As scalar only fetch one column single row.
Whereas execute reader may return numbers of record and
though non-query will not return any records it will take
time to identify the data types to validate be4 inserting
the data
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is session management in web application?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is viewstate in asp net with example?
Name the tools or API for developing or testing web api?
Explain how dot net compiled code will become platform independent?
What is autopost?
Which protocol is used to call a web service?
What is the difference between ASP Session State and ASP.Net Session State?
Why should i prefer JSP over asp.net or any other web development language..??
Explain how cookies work. Give an example of cookie abuse.
Apart from IDE what are the enhancements in asp.net 2.0?
How can I have a particular web page in an asp.net application which displays its own error page?
What are the advantages of asp.net mvc framework? : asp.net mvc
Differentiate the session object and application object?
Differentiate between structure and class.