Asynchronous access to database using ADO.NET 1.1

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top