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 ole data type?
Give an example that shows how to execute a stored procedure in ado.net?
What is basic use of data view?
How to pass multiple tables in datasets simultaneously?
What is ado or jdbc?
What is ado.net objects?
What is ole access?
Some important instruction regarding ADO.NET connection string ?
How do you update a dataset in ado.net?
How can you add or remove rows from the datatable object of dataset?
What is microsoft ado?
What is the role of data provider in ado.net?
How to aggregating data across related tables?
How to check if a datareader is closed or opened? IsClosed()
What is data view and variable view?