Provides data that is returned by SQL statement through the out parameters.
function ExecuteNext: boolean;
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.