PgDAC

TDAScript.ExecuteNext Method

Executes the next statement in the script and then stops.

Class

TDAScript

Syntax

function ExecuteNext: boolean; virtual;

Return Value
True, if there are any statements left in the script, False otherwise.

Remarks

Use the ExecuteNext method to execute the next statement in the script statement and stop. If PostgreSQL raises an error, the OnError event occurs.

See Also

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