2. Error Codes
[<<<] [>>>]
The module raises error in case when there is some problem with the underlying
database handling. The error codes the module may raise:
- 0x00081001 there is no such connection name
- 0x00081002 there is some problem with the connection name. This is an error in the configuration file.
- 0x00081003 the connection was refused by the database.
- 0x00081004 query execution error.
- 0x00081005 the program tries to call FetchArray or Fetchhash without a preceeding query execution.
- 0x00081006 the second argument of a fetch does not evaluate to left value.
[<<<] [>>>]