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
What symbol would you use to denote, the start of a code block in aspx views?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Which protocol is used to call a web service?
Is post back property in asp net?
What is request and response in asp.net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
How do I publish my asp.net application to my isp's web server?
How is session id generated?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain how asp.net different from asp?
calling result set one procedure to anothar procedure in sql2000
What is inproc and outproc?
Explain how can we inherit a static variable?
Explain server-side scripting and client-side scripting.
Where is asp.net view state stored?