IBDAC

TIBCSQL.CreateProcCall Method

Assigns SQL block that calls stored procedure specified by Name to SQL property.

Class

TIBCSQL

Syntax

procedure CreateProcCall(const Name: string);

Parameters
Name
Holds the stored procedure name.

Remarks

Call CreateProcCall to assign SQL block that calls stored procedure specified by Name to 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