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
Why do we use sqldataadapter?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What are the different execute methods of Ado.Net?
How to identify the controls which can be used for binding data?
How do you update a dataset in ado.net?
What is execute scalar in ado.net?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is difference between dataset and datatable?
What is the difference between Optimistic and Pessimistic locking?
What are the parameters that control most of connection pooling behaviours?
What is a serialized object?
Why is ADO.NET serialization slower than ADO ?
What is microsoft ado.net?
What are the Features of a dataset
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?