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 connected data?

491


Describe datareader object of ado.net with example.

509


Describe ado.net object model in detail.

528


What is openrowset?

494


Is ado.net an orm?

510






How is entity framework different from ado.net?

479


What is difference between Dataview and Datatable?

528


How do you merge 2 datasets into the third dataset in a simple manner?

531


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

534


How to creating a SqlCommand Object?

590


What is data control techniques?

505


What is ado.net explain with diagram?

509


How to aggregating data across related tables?

547


What is difference between datatable and dataset?

521


What is the difference between ADO and ADO.Net?

585