which one is faster execute reader, scalar, execute non
query ?
Answers were Sorted based on User's Feedback
Answer / amit
Scalar Bcoz it return's only 1 result that's why scalar.
Is This Answer Correct ? | 29 Yes | 3 No |
Answer / 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 |
Answer / kalirajan
Reader... Bcoz It read the data directly from the database
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / abhishek
Execute scalar is faster so it is execute one row at the
time
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ananth
Excute reader is to easy and quickly fetch the data from
database. but in some casse excute non query is more useful
than excute query , excute reader and excute scalar
thanks
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / vikas kant
1.Execute scalar is most fastest bcoz it returns only
single value.
2.Afterwards Execute reader bcos it reads data in forward
only or read only mode as well as has the live connection
with the database.
3.At last Execute Non Query bcoz it makes the changes in
database.
Execute Scalar ---> Execute Reader ----> Execute Non Query.
Is This Answer Correct ? | 5 Yes | 0 No |
What is connection pooling and how to enable and disable connection pooling?
What is an application domain ?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Explain the difference between panel and groupbox classes using .net?
What is active web page?
What is data binding in asp net?
Explain weak typing and strong typing.
What is gridview in asp.net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are session cookies?
How use Xml data in ASP.net?
To redirect the user to another page which method do we use without performing a round trip to the client?