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
What are the benefits of using of ADO.NET in .NET 4.0?
What are the methods of XML dataset object?
How to find the given query is optimised one or not?
Is datareader faster than datatable?
What is the difference between ADO and ADO.Net?
What is oledb driver?
What is the maximum pool size in ado.net connection string?
What is full form of ado?
Define partial class?
What is a datagridview?
What is the hierarchy of data in databases?
How to check if the Dataset has records ?
How to perform sorting on a table in ADO.NET?
What is bubbled event?
What are the ado.net connection pooling parameters?