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

Explain the role of data provider in ado.net?

546


describe the dataset object in ado.net.

524


What is the difference between executequery and executenonquery?

510


How to add an aggregate column?

537


What is ado data control?

524






What are ado.net objects?

533


What are the different ado.net namespaces?

628


Which is faster ado.net or linq?

518


What is difference between sqldatareader and sqldataadapter?

490


What is the advantage of ado.net?

551


What is the difference between SqlCommand and SqlCommandBuilder?

591


What is the provider being used to access oracle database?

506


What is the use of SqlCommandBuilder?

624


What is the difference between Datareader and Dataset?

541


What is execute scalar in ado.net?

502