DOCUMENTATION CENTER SEARCH
DatabaseLink
Symbol
DatabaseLink
User Guide
Connection Pools in
DatabaseLink
User Guide
Tutorials »
$SQLUseConnectionPool
$SQLUseConnectionPool
gives the default setting that specifies whether a connection pool is used to retrieve a connection.
MORE INFORMATION
To use
$SQLUseConnectionPool
, you first need to load
DatabaseLink
using
Needs["DatabaseLink`"]
.
The default setting is
None
, which means that connection pools are not used unless specified in
OpenSQLConnection
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["DatabaseLink`"]
In[2]:=
Out[2]=
SEE ALSO
TUTORIALS
DatabaseLink
User Guide
Connection Pools in
DatabaseLink
User Guide
© 2008 Wolfram Research, Inc.