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
What is ado and dao?
What are the differences between OLEDB and SQLClient Providers?
What is difference between datatable and dataset?
What is difference between datareader and dataadapter?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is ado circle?
Describe datareader object of ado.net with example.
Which is faster datareader or dataadapter?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What are the different ado.net namespaces?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
How to enable and disable connection pooling?
Define atomicity?
What does sqldatareader return?
What is DataRowCollection?