Procedure Call Escape Sequences


A procedure is an executable object stored in the data store. Generally, it is one or more SQL statements that have been precompiled. The escape sequence for calling a procedure is:

{[?=]call procedure-name[([parameter][,[parameter]]...)]} 

where:

procedure-name specifies the name of a stored procedure.

parameter specifies a stored procedure parameter.


Previous Document Previous Page Next Page Synchronize TOC Synchronize with Contents