Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Using Triggers in Pro* C/C++
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
![]() |
![]() |