001 No label specified.
    0 001 [function]
    Returned when a function requires a label at minimum.

002 Label too long.
    0 002 [function] [label]
    Returned when the specified label exceeds the permitted size.

003 Invalid label name.
    0 003 [function] [label]
    Returned when the specified label contains only digits.

004 Duplicate label.
    0 004 [function] [label]
    Returned after a new connection attempt with an already existing
    label.

005 No host specified.
    0 005 [function]
    Returned when the host flag is set in a connect, but a host is
    not specified.

006 No port specified.
    0 006 [function]
    Returned when the port flag is set in a connect, but a port is
    not specified.

007 No user specified.
    0 007 [function]
    Returned when the user flag is set in a connect, but a user is
    not specified.

008 No password specified.
    0 008 [function]
    Returned when the password flag is set in a connect, but a
    password is not specified.

009 Invalid option flag.
    0 009 [function] [flag]
    Returned when an invalid option flag is specified.

010 Successful connect.
    1 010 [function] [label]
    Returned when the connect function succeeded.

011 SQL error.
    0 011 [function] [error number] [error text]
    Returned when there was an error sending a command to the SQL
    server.

012 Label not in use.
    0 012 [function] [label]
    Returned when the supplied label is not in use.

013 Successful close.
    1 013 [function] [label]
    Returned upon a successful close of a MySQL connection.  The
    label will be freed for future use.

014 Not that many labels.
    0 015 [function]
    Returned from the Labels function when the specified label number
    is greater than the total number of labels.

015 Invalid label number.
    0 016 [function] [number]
    Do you honestly need an explanation?

016 Successful label lookup.
    1 016 [function] [label/count]
    Returned after a successful label or label count lookup.

017 Successful affected lookup.
    1 017 [function] [label] [count]
    Returned after a successful lookup of the rows affected.

018 Successful row count.
    1 018 [function] [count]
    Returned after a successful count of rows returned.

019 No database specified.
    0 019 [function]
    Returned when the database flag is set in, but a database is not
    specified.

020 Unable to set DB.
    0 020 [function] [db]
    Returned when the DLL is unable to select the specified database.
    Commonly returned when the user does not have the proper access
    rights, or the database does not exist.

021 Unable to send Query.
    0 021 [function] [query]
    Unable to send Query.  Usually results from insufficient
    permissions on the server, or the connection to the server has
    been dropped.

022 Successful query.
    1 022 [function] [label] [n]
    Returned after a successful query from the query function.
    n will be 1 if there are results waiting to be retrieved, zero
    otherwise.

023 Successful fields lookup.
    1 023 [function] [label] [fields]
    Returned after a successful field list lookup.

024 Invalid row pointer.
    0 024 [function] [label] [pointer]
    Returned when the specified number (pointer) is less than 1 or
    greater than the total number of rows, or not specified at all.

025 Successful row retrieval.
    1 025 [function] [label] [field count] [data]
    Returned after a successful row retrieval.

026 Successful conversion.
    1 026 [function] [result]
    Returned after a successful base conversion.

027 Successful escape string.
    1 027 [function] [length] [string]
    Returned after a string is successfully escaped, and ready for
    use in a query.

028 No result available.
    0 028 [function] [label]
    Returned when a function is called that requires a result from
    a previous query, but the result was not available.

029 Successful error lookup.
    1 029 [function] [number] [message]
    Returned after a successful lookup of the last mysql error.

030 Null data.
    0 030 [function]
    Returned when a function requires more input.  Usually returned
    from a query when no query is specified, or a string alter
    function without any input string.

031 Null result.
    0 031 [function] [label] [pointer]
    Returned when the data returned is null.

032 No database specified.
    0 032 [function]
    Returned when the timeout flag is set in, but a timeout is not
    specified.

033 Debug flag changed.
    [n] 033 [function]
    Returns 1 for n when debugging has been enabled, and 0 when not.

034 Server connection dropped.
    0 034 [function]
    Returned when the connection to the server has been dropped, and
    could not be re-established.
