ADO.NET Question:
How to call the SQL commands asynchronously in ADO.NET version 2.0?
Answer:
executescalar()
executereader()
executenonquery()
these comes with Begin and End like Beginexecutescalr() Endexecutescalar().......
by using these command we can achieve asynch comm in ado.net
executereader()
executenonquery()
these comes with Begin and End like Beginexecutescalr() Endexecutescalar().......
by using these command we can achieve asynch comm in ado.net
Previous Question | Next Question |
How to copy the contents from one table to another table and how to delete the source table in ado.net? | what is typed and untyped dataset? |