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 faster sqldataadapter and sqldatareader?
Explain what are the steps to connect to a database?
What are all the different authentication techniques used to connect to MS SQL Server?
What is ado.net code?
What are the core objects of ADO.NET?
What is the use of ADO.NET and XML web services?
Which is faster datareader or dataadapter?
What is full form of ado?
Explain the namespaces in which .net has the data functionality class.
How to add an aggregate column?
What is two way data binding android?
What is the difference between ado.net and entity framework?
Define isolation?
What is meant by executenonquery?
How can we serialize the dataset object?