How to call the SQL commands asynchronously in ADO.NET
version 2.0

Answer Posted / radheshaym

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 ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the executescalar method?

580


What is typed dataset ?

672


What are the 3 major types of connection objects in ado.net?

535


How to identify the controls which can be used for binding data?

544


What are the advantages of using datalist?

500






What is the difference between executenonquery () and executescalar ()?

484


Define Execute Scalar?

551


How can we save all data from dataset?

533


Give few examples of datareader that is used in different dataproviders.

537


Define table relations?

554


Explain how to create dynamic gridview?

516


Is bulk insert faster than insert?

491


What is variable view?

495


What is dataset and datatable in ado.net?

497


What is an ADO.Net?

563