Map Call Escape To Exec
- Last Updated: March 12, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Documentation
Attribute
MapCallEscapeToExec (MCETE)
Purpose
Determines
whether the driver converts the {CALL <name>(...)} statement
to EXEC name(...).
Valid Values
1 | 0
Behavior
If set to 1 (Enabled), the driver considers the {CALL <name>(...)} statement as the SQL for MACRO execution and converts
it to EXEC name(...).
If set to 0 (Disabled), the driver does not convert {CALL name(...)} statements to EXEC name(...), and considers them
as CALL statements for Stored Procedure Execution.
Default
0 (Disabled)