Kbase P691: How to Configure ODBC Connection Pooling From An Application
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to configure ODBC connection pooling from an Application.
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
FIX:
Configuring connection pooling from an application:
Pooling can be limited to a scope of the environment handle or the driver. An application controls this by calling SQLSetEnvAttr with either SQL_CP_ONE_PER_DRIVER or SQL_CP_ONE_PER_HENV.