D dschipper Member Feb 5, 2013 #1 Is there any way to know what line is being processed so I could display a progress bar as the script runs based on the number of lines in the script?
Is there any way to know what line is being processed so I could display a progress bar as the script runs based on the number of lines in the script?
Marco Kalter Administrator Staff member Feb 6, 2013 #1 You can use the TOracleScript.AfterCommand event and use the CurrentCommand.Index property for a progress indicator. The progress will however be displayed by command and not by line.
You can use the TOracleScript.AfterCommand event and use the CurrentCommand.Index property for a progress indicator. The progress will however be displayed by command and not by line.