what is execute scalar?
Answer Posted / thirushakar
Scalar will return only one value.
(ie we can read or write only one data at the time)
| Is This Answer Correct ? | 33 Yes | 11 No |
Post New Answer View All Answers
What do you know about ado.net's methods?
Which is the best method to get two values from the database?
What is sqlconnection and sqlcommand?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Can we do database operations without using any of the ado.net objects?
How can you add or remove rows from the datatable object of dataset?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the 3 major types of connection objects in ado.net?
How can we add relation between tables in a dataset?
Explain the differences between oledb sql server, oledbdotnet provider?
What is difference in record set and 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?
What is the significance of CommandBehavior.CloseConnection ?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is sqldatareader in ado.net?