Home All Groups Group Topic Archive Search About

Asynchronous access to database using ADO.NET 1.1

Author
24 Jun 2006 12:03 AM
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

Author
26 Jun 2006 5:30 AM
Carl Prothman
Romio,
From the client, use asynchronous calls to a web service.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service10012002.asp

Inside the web service method use synchronous ADO.NET calls to database.

--

Thanks,
Carl Prothman
Microsoft ASP.NET MVP
http://www.CarlProthman.NET


Show quote
"Romio" <xyz_20***@yahoo.com> wrote in message > 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
>

AddThis Social Bookmark Button