DatabaseLink`
DatabaseLink`
$SQLUseConnectionPool
gives the default setting that specifies whether a connection pool is used to retrieve a connection.
更多信息和选项
- 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.