skip to main content
Part 4: The Connect XE Drivers : The Driver for the Teradata Database : Connection Option Descriptions : Map Call Escape To Exec
  
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)
GUI Tab
Options tab