Attribute

CallEscapeBehavior (CEB)

Purpose

Determines whether the driver calls a user-defined function or a stored procedure.

Valid Values

0 | 1 | 2

Behavior

If set to 0, the driver calls a user-defined function.

If set to 1, the driver calls a stored procedure.

If set to 2, the driver determines whether to call a user-defined function or a stored procedure based on whether a return value parameter is specified. If a return value parameter is specified, the driver calls a user-defined function. If not, the driver calls a stored procedure.

Default

2

GUI Tab

Advanced tab