View Single Post

   
  #14 (permalink)  
Old 04-17-2008, 05:27 PM
Andrei Kovalevski
 
Posts: n/a
Default Re: Connection Pooling

Hello,

Connection pooling was introduced in ODBC 3.0. It is ODBC driver
manager's relative feature. If the driver is thread-safe - then ODBC
Driver Manager will be able to use it in Connection pooling. All known
PostgreSQL ODBC drivers are thread-safe. This page could help you to
answer some of your questions - http://support.microsoft.com/kb/169470.

Benjamin Krajmalnik wrote:
> Does the latest version of the ODBC driver for windows support
> connection pooling?
>

--
Andrei Kovalevski
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/


--
Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc

Reply With Quote