connection pooling and web services

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
labate
Posts: 48
Joined: Tue 17 Jan 2006 13:57
Location: Switzerland, Sion

connection pooling and web services

Post by labate » Thu 31 Aug 2006 16:01

Hi,

I just would like to know if you have some sample code of CoreLab OraDirect .NET 2.0 with web services (VS2005, C#) ?

If not, could you tell me how to best design integration of CoreLab in code according to the stateless behavior of web servers ?

In particuliar, how about connection pooling in web services?

Thanks.
Adriano

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 01 Sep 2006 11:47

There is an example available. Please apply to support team by e-mail to be received it.
Connection pooling is implemented in OracleConnection. And switched on by default.

Post Reply