is it possible to capture from a c# application an insert event raised in an Oracle database?

  • Thread starter Thread starter Juan
  • Start date Start date
J

Juan

is it possible to capture from a c# application an insert event raised in an
Oracle database? Is there any way I can be informed that the insert just
happened?

Thanks,
Juan.
 
Juan said:
is it possible to capture from a c# application an insert event raised in
an
Oracle database? Is there any way I can be informed that the insert just
happened?

This is two separate questions:

1) Can Oracle raise an event when an Insert happens
2) Can C# respond to an event from Oracle

The answers are:

1) I have no idea
2) If Oracle can raise the event, I'm sure that C# can handle the event


John Saunders
 
Back
Top