Subject Re: [IBO] Is there a way to get progress information from TIB_Script
Author Woody
From: "Antti Kurenniemi" <Antti@...>
>
> I have an app where I create a decent size database using an TIB_Script
> component. Works like a champ. On a slower machine, however, it takes a
> while (well a few minutes, but you know how impatient people are) to
> complete, so I was wondering if there is a way to get some sort of
progress
> information from the script component while it's running a script?
>

What about the OnStatement event? It should be called for each separate DDL
statement that is executed, IIRC.

Woody (TMW)