Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Using Triggers in Pro* C/C++

Re: Using Triggers in Pro* C/C++

From: Mooja <root_at_127.0.0.1>
Date: Wed, 18 Aug 1999 12:06:06 -0500
Message-ID: <37BAE7FE.C16106CE@127.0.0.1>


Hello,

        I've done something similar to this using a Pro*C daemon reading from a DBMS_PIPE. The trigger calls a stored procedure that writes to the pipe, the Pro*C daemon reads the pipe and does some other task.

Hope this helps.

udayavar_at_my-deja.com wrote:
>
> Hello,
> Is there a way to use Triggers in Pro* C/C++ ?.
> I have written a application which fetches list
> of records from the specified table using embedded SQL.
> And if that table is updated by some one I want to be notified
> so that I can go and fetch the same table again. That is, I am
> trying to emulate the list session on that table.
> I would realy appriciate if some one gives reference or example
> code for using triggers in embedded SQL.
>
> Thanks a lot
>
> --
> kailas
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Wed Aug 18 1999 - 12:06:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US