A
Andrea
I'm building my first webservice and I've some doubt about the life's
cycle.
Teorically a webservice is consumed and dead just after it has released
the information for which it has been built.
So, because I've to use the webservice like a bridge to store sql info
on a SQL Server table, how can I make sql connection persistent?
Just to avoid sql connection create and destroy process every time.
Thanks
Andrea
cycle.
Teorically a webservice is consumed and dead just after it has released
the information for which it has been built.
So, because I've to use the webservice like a bridge to store sql info
on a SQL Server table, how can I make sql connection persistent?
Just to avoid sql connection create and destroy process every time.
Thanks
Andrea