DatabaseLink`
DatabaseLink`
$SQLUseConnectionPool
gives the default setting that specifies whether a connection pool is used to retrieve a connection.
Details and Options
- To use $SQLUseConnectionPool, you first need to load DatabaseLink using Needs["DatabaseLink`"].
- The default setting is False, which means that connection pools are not used unless specified via the "UseConnectionPool" option of OpenSQLConnection.