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
What is an orm, and why would you use one instead of plain old ado.net?
Define isolation?
Explain the difference between sqlcommand object and command behavior object?
Which property is used to check whether a DataReader is closed or opened?
What is openrowset?
Explain executenonquery?
What is difference between dataset and datatable?
What are ado.net objects?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Can we do database operations without using any of the ado.net objects?
What is data view and variable view?
What are the classes in System.Data.Common Namespace?
How do you implement locking concept for dataset?
Explain what are the steps to connect to a database?