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
Explain the difference in an abstract class and an interface?
What is the difference between Datareader and Dataset?
Define isolation?
What are the ado.net objects?
What is oledb connection?
What are the classes in System.Data.Common Namespace?
Why is it important to close an ado.net application?
Is entity framework better than ado.net?
What is bubbled event can you please explain?
What are the different methods available under the sqlcommand class to access the data?
What are the main differences between classic ado and ado.net?
What are typed and untyped dataset?
What is two way data binding android?
What is ado rdo dao in visual basic?
How to copy the contents from one table to another table and how to delete the source table in ado.net?