database.connected() (Method)

A flag, indicating the connection status for this database object.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:Boolean primitive
JavaScript syntax:NESdatabase.connected()

This method returns a Boolean value that tells you whether the database object is connected to a database or not.

See also:DbPool.connected()