Subject | Re: [IBO] SP and Client App Progress Bar |
---|---|
Author | jwharton@ibobjects.com |
Post date | 2004-04-02T15:05:36Z |
Use the For Update clause on the select statement used for the stored procedure. Otherwise, it will batch your
notification rows together into a multi-record network packet.
Jason Wharton
www.ibobjects.com
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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
notification rows together into a multi-record network packet.
Jason Wharton
www.ibobjects.com
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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