what is execute scalar?
Answer Posted / prabhat saxena
execute scalar return a object type value, by defalut it
will return first row of fst column value, mostly we used
it with aggregate function like sum(),max(),min(),avg()....
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the significance of CommandBehavior.CloseConnection ?
How can we load multiple tables in a dataset?
What are all the commands used with Data Adapter?
How can we check that some changes have been made to dataset since it was loaded?
What is the advantage of ado.net?
What is datatable in ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Why do we need ado.net?
Is it possible to load multiple tables in a Dataset?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Which ado.net object is very fast in getting data from the database?
What is the difference between connected and disconnected environment?
Which object needs to be closed?
Explain how do you connect to sql server database without using sqlclient?
What is the difference between typed and untyped dataset?