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


Please Help Members By Posting Answers For Below Questions

What is row state?

531


What are the namespaces used in ado.net for data access?

487


What is a non query?

520


What is the use of Dataview?

575


What are the essential features of ado.net?

544






Explain how to call the sql commands asynchronously in ado.net version 2.0?

514


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

557


What is dataset and datatable in ado.net?

505


What is adodb dll?

520


Which object of ado contains datarow datacolumn collection?

520


What is ado.net tutorial?

505


What is data adapter in ado.net with example?

526


What connected data?

500


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?

585


What is ole db query?

530