community.borland.com

Article #25759: Why does Connection.getMetaData().getMaxConnections() return 0?

Problem:
Why does Connection.getMetaData().getMaxConnections() return 0,
when the same thing using jdbc:odbc bridge returns 10?


Solution:
The information in this article applies to:
** InterClient 1.x

getMaxConnections() returns 0, is as designed, because the number
of connections is essentially only limited only by the amount of memory
available. The jdbc-odbc bridge value of 10 is not really meaningful.

Source: Paul Ostler

Last Modified: 20-OCT-00