IBDAC

TCustomIBCDataSet.CreateProcCall Method

Assigns PL/SQL block that calls stored procedure to the SQL property.

Class

TCustomIBCDataSet

Syntax

procedure CreateProcCall(const Name: string);

Parameters
Name
Holds the name of the stored procedure

Remarks

Call the CreateProcCall method to assign PL/SQL block that calls stored procedure specified by Name to the SQL property. Retrieves the information about parameters of the procedure from InterBase. After calling CreateProcCall you can execute stored procedure by Execute method.

See Also

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