|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Asynchronous access to database using ADO.NET 1.1Hi
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 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. 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 > |
|||||||||||||||||||||||