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?
OraScript Execution
Re: OraScript Execution
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.
You can call the BreakExec method. After that, on next call of the ExecuteNext method, the script will be executed from the very beginning.