DbPool.connection() (Method)

Requests a connection object from the pool of available connections.

Availability:

JavaScript - 1.2
Netscape Enterprise Server - 3.0
Property/method value type:Connection object
JavaScript syntax:NESmyDbPool.connection(aName, aTimeout)
Argument list:aNameA connection name
aTimeoutTimeout in seconds

The object returned by this method is used to maintain the connection state details between the Netscape Enterprise Server and the back end database it is retrieving data from.

See also:Connection object