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
Which is the feature of ado.net?
What is the use of sqldatareader class?
What are ado.net objects?
Define data access layer?
What is a dataview?
Define table relations?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is ole db and odbc?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is the use of data grid?
Is it possible to load multiple tables in a Dataset?
How to work with disconnected data - the dataset and sqldataadapter?
How do you update database through dataset?
What is acid in ado.net?
What does sqldatareader return?