what is execute scalar?
Answer Posted / tonny
Executes the query, and returns the first column of the
first row in the result set returned by the query.
Additional columns or rows are ignored.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which is the feature of ado.net?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Why edit is not possible in repeater?
What are the important features of ado.net 2.0?
how Sequence to connect and retrieve data from database using dataset?
What is ado and dao?
What is data view and variable view?
What you mean by filtering of data?
What is the default provider in ado.net?
What is ado data control?
Explain how can we load multiple tables in to dataset?
Define the executescalar method?
What are the advantage of ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is difference between executenonquery and executequery?