Page 1 of 1

OraScript Execution

Posted: Mon 15 Jun 2015 09:03
by jaco99
Hello,
i have OraScript with many sql queries and i execute it step by step with ExecuteNext commands. How can i jump to the first line (first query) again?

Re: OraScript Execution

Posted: Mon 15 Jun 2015 10:32
by AlexP
Hello,

You can call the BreakExec method. After that, on next call of the ExecuteNext method, the script will be executed from the very beginning.