Connections exclusively for stored procedures
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When DataServer connection management is enabled, connections for stored procedures are allocated from the managed connections. If your stored procedures modify the connection environment or attributes, allocate a set of managed connections exclusively for stored procedures to prevent the modified connections from being reallocated for general use.
Allocate managed connections exclusively for stored procedures with the following syntax:
Syntax
|
Where n is the number of managed connections allocated to stored procedures. Set n to a value large enough to handle the largest number of stored procedures you can run simultaneously. If you exceed n, the connection will be allocated from the ODBC connection pool, if enabled, making the modified connection available for general reuse.