Async SQL Execution

  • Thread starter Thread starter Christian
  • Start date Start date
C

Christian

Hi,
does ADO.Net support asynchronous execution of a SQL statement (like an
UPDATE command)? Can it execute a StoredProcedure in asnchronous mode with
ADO.Net?

If this is not part of ADO.Net, I will probably have to write my own
threaded execution on a seperate connection - right?

Thanks for your help!

Chris
 
You have to write it by your own.

/Fredrik Normén NSQUARED2
 
Back
Top