Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » UltraLite C/C++ Common API Reference

Introduction to UltraLite C/C++ common API Next Page

Callback function for ULRegisterErrorCallback


Handles errors that the UltraLite runtime signals to your application.

For a description of error handling using this technique, see ULRegisterErrorCallback function.

Syntax

ul_error_action UL_GENNED_FN_MOD error-callback-function (
SQLCA * sqlca,
ul_void * user_data,
ul_char * buffer
);

Parameters
Return value

Returns one of the following actions:

See also