Map Call Escape To Exec
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Map Call Escape To Exec
Attribute
MapCallEscapeToExec (MCETE)
Purpose
Determines
whether the driver converts the {CALL <name>(...)} statement
to EXEC name(...).
Valid Values
Yes | No
Behavior
If
set to Yes (Enabled), the driver considers the {CALL <name>(...)} statement
as the SQL for MACRO execution and converts it to EXEC name(...).
If
set to No (Disabled), the driver does not convert {CALL name(...)} statements
to EXEC name(...),
and considers them as CALL statements for Stored Procedure Execution.
Default
No (Disabled)