property MaxOpenedConnections: integer; default 0;
Description
Specifies the maximum number of concurrent connections to the server. Additional connections will be dropped until any of the opened connections is closed.
The default value is 0 — the server will allow an unlimited number of opened connections.
See Also