gives the default setting that specifies whether a connection pool is used to retrieve a connection.
更多信息和选项
范例
基本范例
参见
技术笔记
相关指南
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.
范例
基本范例 (1)
Needs["DatabaseLink`"]$SQLUseConnectionPool