Subject | Re: [IBO] SP and Client App Progress Bar |
---|---|
Author | Salvatore Besso |
Post date | 2004-04-02T11:41:25Z |
hello Enrico,
events are sent only when the transaction is committed, that's to say
when the job is finished. To update a progress bar, follow the hint
given to me by Jason, use a selectable stored procedure and use the
SUSPEND statement.
HTH
Salvatore
events are sent only when the transaction is committed, that's to say
when the job is finished. To update a progress bar, follow the hint
given to me by Jason, use a selectable stored procedure and use the
SUSPEND statement.
HTH
Salvatore