Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
Msql
Msql.msql

Method Msql.msql()->error()


Method error

string Msql.msql()->error()

Description

This function returns the textual description of the last server-related error. Returns 0 if no error has occurred yet. It is not cleared upon reading (can be invoked multiple times, will return the same result until a new error occurs).

See also

Msql.msql.query