Purpose | The <dberr> statement is used to report the database errors associated with a created connection to a database. These errors are reported by the DBMS and are not Superx++ specific. This first implementation of the Superx++ run-time engine for Microsoft Windows uses an ODBC connection for this. | |||
Format |
<dberr connection="{conn name}" />
{conn name} |
the name of the connection object whose errors you want |
|
|
Example #1 |
<dberr connection="MyDbConn" /> returns the errors of a database connection called MyDbConn that was created using the <dbconnect> statement. |