| Question |
which one is faster execute reader, scalar, execute non
query ? |
|
Question Submitted By :: Manoj Dagar |
|
I also faced this Question!! |
Rank |
Answer Posted By |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 1 |
execute reader
|
| Ashish |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 2 |
Execute Non query
|
| Ranjitha |
| |
|
|
| |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 3 |
Scalar Bcoz it return's only 1 result that's why scalar.
|
| Amit |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 4 |
Reader... Bcoz It read the data directly from the database
|
| Kalirajan |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 5 |
Execute Scalar
|
| Akhilesh |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 6 |
Execute scalar is faster so it is execute one row at the
time
|
| Abhishek |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 7 |
execute non query
|
| Ftryttuyhg |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 8 |
most of the above answers are wrong
write answer is execute reader
|
| Kamlesh Sharma |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 9 |
execute reader is fast
|
| Santhosh |
| |
|
Re: which one is faster execute reader, scalar, execute non
query ? |
Answer
# 10 |
Execute Reader is faster it
internally stores result of a query as an array.
|
| Monalika |
| |
|
|
|
|
|
| |