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 ado.net object is very fast in getting data from the database?
How can I retrieve two tables of data at a time by using data reader?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
Which method is used to sort the data in ADO.Net?
What is executenonquery ado.net?
Explain how to find the given query is optimised one or not?
What is the use of sqldatareader class?
Explain the differences between oledb sql server, oledbdotnet provider?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
Explain ODP.net
Explain what are acid properties?
What are all the different methods under sqlcommand?
How to maintain the relation between two tables in ADO.NET?
What are the main differences between classic ado and ado.net?
What is ado.net in mvc?