Asynchronous access to database using ADO.NET 1.1

  • Thread starter Thread starter Romio
  • Start date Start date
R

Romio

Hi
i am using sql server 2000, i want to access the database
asynchronously from a web service using ado.net 1.1
i know there is Begin/End ExecuteNonQuery method in ADO.NET 2, but how
can i achieve the goal using 1.1 framework.
i am developing a web service that is accessed by many clients at a
time, and this service retrieves/updates the data for every client.

thanks
 
Back
Top