How to call the SQL commands asynchronously in ADO.NET
version 2.0
Answer Posted / jagan
here
executescalar()
executereader()
executenonquery()
these comes with Begin and End
like Beginexecutescalr()
Endexecutescalar()
.......
by using these command we can achieve asynch comm in
ado.net
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
Give few examples of datareader that is used in different dataproviders.
Explain the difference in record set and dataset?
What is the significance of CommandBehavior.CloseConnection ?
Why do we use sqldataadapter?
What is the DataTableCollection?
What does executereader return?
How can we perform transactions in .net?
What is the full form of ado.net?
What is DataReader Object?
What is the difference between sqldatareader and sqldataadapter?
How can we load multiple tables in to dataset?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is executequery?
What are the parameters that control most of connection pooling behaviors?
List all the steps in order, to access a database through ado.net?