OraScript Execution

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jaco99
Posts: 1
Joined: Mon 15 Jun 2015 08:16

OraScript Execution

Post by jaco99 » Mon 15 Jun 2015 09:03

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?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: OraScript Execution

Post by AlexP » Mon 15 Jun 2015 10:32

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.

Post Reply