ODAC

TOraSQL.CreateProcCall Method

Assigns a PL/SQL block that calls stored procedure

Class

TOraSQL

Syntax

procedure CreateProcCall(Name: string; Overload: integer = 0);

Parameters
Name
Holds the stored procedure name.
Overload
Holds the number of overloaded procedure.

Remarks

Call the CreateProcCall method to assign a PL/SQL block that calls stored procedure specified by Name to the SQL property. The Overload parameter must contain the number of overloaded procedure. Retrieves the information about parameters of the procedure from Oracle. After calling CreateProcCall you can execute a stored procedure by Execute method.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback