how to send message back to a calling c++ program from with

From: hongen <hongenm_at_yahoo.com>
Date: 6 Jun 2002 08:07:31 -0700
Message-ID: <a1574177.0206060707.40919755_at_posting.google.com>


Hi ALL. I am writing a C++ program daily_update, which does daily database update,summerization etc. One thread of daily_update calls a Oracle stored procedure (update_pro) every midnight to do a table update and daily_update continue its other jobs without waiting for update_pro to finish. The problems is that daily_update don't know wether or not update_pro succeed. Is there a way for update_pro to send a message (success or fail) back to daily_update on the fly? Thanks in advance. Hongen Received on Thu Jun 06 2002 - 17:07:31 CEST

Original text of this message