Collection Contents 上一页 下一页 PDF

UltraLite for M-Business Anywhere User's Guide

Understanding UltraLite for M-Business Anywhere Development

Handling errors


In normal operation, UltraLite for M-Business Anywhere can throw errors that are intended to be caught and handled in the script environment. Errors are expressed as SQLCODE values, negative numbers indicating the particular kind of error.

For a list of error codes thrown by UltraLite for M-Business Anywhere, see Class SQLError.

UltraLite for M-Business Anywhere throws errors only from the DatabaseManager and Connection objects. The following methods of DatabaseManager can throw errors.

All other errors and exceptions within UltraLite for M-Business Anywhere are routed through the Connection object.

For more information about accessing error numbers from DatabaseManager and Connection objects, see Class Connection and Class DatabaseManager.


Collection Contents 上一页 下一页 PDF