[Oledb-dev] Connection Pooling
Craig Bryden
postgresql at bryden.co.za
Wed Jul 20 19:22:54 GMT 2005
Hi
I am trying to find out if the PostgreSQL OleDB driver supports connection pooling. From the readme with the driver, it does not support the common connection string attributes for pooling (e.g. Pooling=true;Min Pool Size=0; Max Pool Size=60; Connection Lifetime=120).
I then assumed that it had some sort of implicit connection pooling, so it tired to connect via ADO .Net. The connection worked and I could execute a query, but the connection was really closed on the database when closing the ADO.Net connection without closing the application. Pooling would have kept it alive for a while.
I am quite new to PostgreSQL, so maybe I have not set up the database server correctly.
Any help will be greatly appreciated.
Thanks
Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://pgfoundry.org/pipermail/oledb-devel/attachments/20050720/edbf2b1f/attachment.html
More information about the Oledb-devel
mailing list