Thank you.
So the program flow should be
1. Read registry key
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL Unicode\CPTimeout
2. It it does not exists or is zero, application requires registry write
access and wrote this key with value 60
Is this best solution ?
Or is there some ODBC api function which can used for this ?
I'm bit confused by the fact that pooling is not turned on by default.
So almost every PostgreSQL ODBC application does not use pooling.
Is connection pooling tested and works OK with unicode driver ?
Can pooling turned on by default in next driver release ?
Andrus.
----- Original Message -----
> I have discovered this problem a little. It seems to me installer has to
> set "CPTimeout" registry key to some integer value. This will enable
> pooling by default. Here is this registry key:
>
> HKEY_LOCAL_MACHINE\Software\Odbc\Odbcinst.ini\ODBC_driver_name\CPTimeout