TOracleScript

dschipper

Member
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?
 
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.
 
Back
Top