standard.db.sql.ODBCWarning

ODBCWarning is available since version 1.0.

Prototype:

string ODBCWarning([number connectionID])

Parameters

connectionID
the ID identifying the connection as returned by ODBCDriverConnect or ODBCConnect. If this parameter is missing, this will affect the first connection created.

Description:

Get the last encountered warnings, as reported by the ODBC driver.

Return value:

Return a string containing the last encountered warnings.