Connection Pooling
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Connection Pooling
Attribute
Pooling (POOL)
Purpose
Specifies whether to use the driver’s connection pooling.
Determines whether the driver works with applications using multiple ODBC threads.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), the driver uses connection pooling.
If set to 0 (Disabled), the driver does not use connection pooling.
Notes
- This connection option can affect performance.
Default
0 (Disabled)
GUI Tab
See Also
See Performance Considerations for details.