Library /sys$common/syshlp/SQL$HELP72.HLB  —  Routines  sql_deregister_error_handler
    Deregisters an application's error handling routine

1  –  Format

    sql_deregister_error_handler ()

2  –  Returns

    No value returned.

3  –  Arguments

    None.

4  –  Description

    The sql_deregister_error_handler routine deregisters the
    application's currently registered error handling routine.

    When you deregister a routine, SQL discontinues using the
    application's currently registered error handling routine. The
    standard error handling mechanisms are always in effect.

5  –  Related Routines

    o  sql_get_error_handler

    o  sql_register_error_handler
Close Help