Hi guys
I have facing a small problem, it's like this.
There is a web service which has a web method call OpenPublicConne ction
which will open a connection to the SQL Server, and there is a web method
call StartTransactio n to start a tranaction for the class level connection
which is opened by the OpenPublicConec tion Method. But when I call
StartTransactio n it's retruing an error saing the connection is closed... ?
Is there anyway to fix this?? is there anyway to keep the conneciton object
alive in the server side till client call the StartTransactio n Method after
calling the OpenPublicConne ction method...?
Thanks for your help
-Aruna
I have facing a small problem, it's like this.
There is a web service which has a web method call OpenPublicConne ction
which will open a connection to the SQL Server, and there is a web method
call StartTransactio n to start a tranaction for the class level connection
which is opened by the OpenPublicConec tion Method. But when I call
StartTransactio n it's retruing an error saing the connection is closed... ?
Is there anyway to fix this?? is there anyway to keep the conneciton object
alive in the server side till client call the StartTransactio n Method after
calling the OpenPublicConne ction method...?
Thanks for your help
-Aruna
Comment