Your C UDR must perform event handling to ensure recovery from unexpected results, usually a warning or runtime error from the database server. To handle warnings and errors, the C UDR can define callback functions that the DataBlade API invokes when a particular event occurs. A C UDR can receive the following events.
The UDR can register callback functions for any of these events. For more information about how to handle database server exceptions, see Database Server Exceptions. For information on how to handle state-transition events (such as end of statement, end of transaction, and end of session), see State-Transition Events.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]