IBDAC

TIBCSQL.ExecuteNext Method

Provides data that is returned by SQL statement through the out parameters.

Class

TIBCSQL

Syntax

function ExecuteNext: boolean;

Return Value
True, when the data were read and False when it reaches the end of the dataset.

Remarks

Call the ExecuteNext method to get data that is returned by SQL statement through the out parameters. That can be select statement or execution of stored procedure that returns dataset. ExecuteNext returns True when the data were read and False when it reaches the end of dataset.

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