Pervasive logo

Prev SQL Engine Reference Next

CALL


Remarks

Use the CALL statement to invoke a previously created stored procedure.

Examples

The following example calls a procedure without parameters:

CALL NoParms() or CALL NoParms 

The following examples call a procedure with parameters:

CALL Parms(vParm1, vParm2) 
CALL CheckMax(N.Class_ID) 

See Also

CREATE PROCEDURE

CREATE TRIGGER


Prev
BEGIN [ATOMIC]
Contents
Up
Check for Revisions
Next
CASCADE