ODAC

TOraDataSet.CreateProcCall Method

Generates the stored procedure call.

Class

TOraDataSet

Syntax

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

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

Remarks

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

See Also

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