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 difference between sqlcommand and sqldataadapter?
Explain the difference between an ado.net dataset and an ado recordset?
Explain how to find the given query is optimised one or not?
What is execute reader in ado.net?
Define Execute Scalar?
How to creating a SqlCommand Object?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is difference between datagridview and datagrid control in winforms?
What does adodb stand for?
What is an orm, and why would you use one instead of plain old ado.net?
What is the difference between typed and untyped dataset?
Command objects uses, purposes and their methods.
What does executequery return?
How to aggregating data across related tables?
How to Read, Add, Update and Delete record in Entity Framework ?