Expand Minimize
This topic has not yet been rated - Rate this topic

getMaxConnections Method (SQLServerDatabaseMetaData)

Retrieves the maximum number of concurrent connections to this database that are possible.


public int getMaxConnections()

An int that indicates the maximum number of concurrent connections allowed.

This getMaxConnections method is specified by the getMaxConnections method in the java.sql.DatabaseMetaData interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.