Executing Stored Procedures from ODBC - ODBC Driver for Teradata

ODBC Driver for Teradata User Guide

Product
ODBC Driver for Teradata
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-07-11
dita:mapPath
smj1488824663219.ditamap
dita:ditavalPath
Audience_PDF_product_legacy_odbc_include.ditaval
dita:id
B035-2526
lifecycle
previous
Product Category
Teradata Tools and Utilities

Stored procedures can be executed from any ODBC application using the SQL CALL statement.

IN, INOUT, or OUT parameters can be submitted with the CALL statement. A CALL statement must have the same number of call arguments as the called stored procedure has parameters. For other rules governing the stored procedure parameters, see the CALL section in SQL Stored Procedures and Embedded SQL (B035-1148).