Hello every body:
I am not an ASP guru though my questtion may look stupid, i want to have a
SQL connection in a web service that is used in a windows application (Web
Service)... to be working during the session ie that the user will have an
open connection with the database via the web service as long as he is
connected ie i don't have to open the connection each time the user is
connected
thanks and REGARDS

Signature
Mirror Mirror On The Wall Who Is The Master Of Them ALL
hB - 10 Aug 2005 22:01 GMT
then better create two more functions in your webservice;
Login
Logout
and open the connection in login, and close it in logout. (and keep
connection open for that logged in user id - [session])
Open the connection with some configurable timeout.
---
hB
Rani - 11 Aug 2005 01:48 GMT
that it is cool but where to save the connection object

Signature
Mirror Mirror On The Wall Who Is The Master Of Them ALL
> then better create two more functions in your webservice;
> Login
[quoted text clipped - 5 lines]
> ---
> hB
hB - 13 Aug 2005 13:46 GMT