DbPool.minorErrorMessage() (Method)

Returns a supplementary error message text for an error that happened in the database or the interface to it.

Availability:

JavaScript - 1.2
Netscape Enterprise Server - 3.0
Property/method value type:String primitive
JavaScript syntax:NESmyDbPool.minorErrorMessage()

For a status code value of 5 when using the Oracle database, this yields the Oracle server name.

For a status code value of 5 when using SQL server through the ODBC database interface, this yields the SQL server name.

For a status code value of 7 when using the Informix database, this yields a text string describing the ISAM error.

For a status code value of 7 when using the Sybase database, this yields the text of the operating system error from the DB-Library.

See also:Connection.minorErrorMessage(), database.minorErrorMessage(), Error handling