rs_init_erroractions

Description

Initializes a new error class.

Noters_init_erroractions will be deprecated. To initialize new classes, Sybase suggests that you use create error class with the set template to option.

Syntax

rs_init_erroractions new_error_class, template_class

Parameters

new_error_class

The name of the new error class you have created.

template_class

The name of the error class that you want to serve as a template for the new error class.

Examples

Example 1

Creates the error class new_class, based on the template error class, rs_sqlserver_error_class.

rs_init_erroractions new_class, rs_sqlserver_error_class

Usage

See also

create error class