📄 tabsdatabase_maxconnections.htm
字号:
<html>
<head>
<title></title>
</head>
<!--#include virtual="/inc/header.php"-->
<table width="100%" border="0" cellspacing="0" cellpadding="2" bgcolor="#FFFFFF">
<tr>
<td align="left">
<span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>TABSDatabase.MaxConnections</b><span style="font-family:Helvetica,Arial; font-size:12pt; color:#0000FF"><b>
<br>
</b></span><span style="font-family:Helv; font-size:9pt; color:#000000"><span style="font-family:Helv; font-size:9pt; color:#7F0000"><a href=tabsdatabase.htm>TABSDatabase</a></span></span><span style="font-family:Helvetica,Arial; font-size:12pt; color:#000000"><b>
<br>
</b></span></span>
</td>
<td align="right">
<font face="Arial" size="2">
<a href="overview.htm">Top</a>
</font>
</td>
</tr>
</table>
<br><br>
<span style="font-family:Helvetica,Arial; font-size:10pt; color:#000000">Sets or returns the MaxConnections used by the database in a multi-user mode.
<br>
<b>
<br>
</b><b>property</b> MaxConnections: Integer
<br>
<br>
<b>Description</b>
<br>
Set MaxConnections before database file creation to adjust the number of maximal users the database engine can handle simultaneously. Set MaxConnections so that it is high enough to avoid exceptions when the large number of users are connecting to the database, but low enough not to degrade performance too severely by checking too many simultaneous connections.
<br>
Examine MaxConnections at run-time when database is open to determine what is the maximum number of allowed simultaneous connections.
<br>
MaxConnections value must be in 1..2,147,483,647 range.
<br>
<br>
<b>Note:</b> MaxConnections is specified before database file creation and the larger value causes the larger size of a database file.
<br>
<b>
<br>
Note:</b> You can change MaxConnections for existsing database file using <a href=tabsdatabase_changedatabaseset.htm>ChangeDatabaseSettings</a> method.
<br>
<br>
</span>
<!--#include virtual="/inc/footer.php"-->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -