TDAPoolBehaviour
Overview
The TDAPoolBehaviour enumeration specifies how the pool behaves when the maximum number of connections has been reached
Location
- Unit: uDAConnectionManager.pas
| Value | Description |
|---|---|
| pbIgnoreAndReturn | The call to NewConnection will return nil |
| pbRaiseError | The call to NewConnection will fail with an exception |
| pbWait | The call to NewConnection will wait until another connection is freed, and it will then return a connection |