How to call the SQL commands asynchronously in ADO.NET
version 2.0
Answer Posted / jagan
here
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 ? | 11 Yes | 7 No |
Post New Answer View All Answers
What is ole in excel?
Which control of the BindingNavigator returns the current position within the data source?
What is microsoft ado.net?
What is oledb connection?
What is ado.net and its features?
Explain the advantage of ADO.Net?
Does sqlclient and oledb class share the same functionality?
What is adodb dll?
What is data relation in ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?
Which ado.net object is very fast in getting data from the database?
How do I delete a row from a DataTable?
What is command class in ado.net?
What is the full form of ado.net?
What is a control toolbox?