IBDAC

TIBCStoredProc.PrepareSQL Method

Describes the stored procedure parameters.

Class

TIBCStoredProc

Syntax

procedure PrepareSQL(IsQuery: boolean = False);

Parameters
IsQuery
True, if the SELECT statemnt should be prepared.

Remarks

Use the PrepareSQL method to describe the parameters of stored procedure. The Execute or Open method calls it automatically if it is necessary. You can define the parameters at design time if ParametersEditor is opened. Set IsQuery parameter to True to prepare SELECT statement. Set it to False or omit it to prepare EXECUTE PROCEDURE statement.

See Also

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