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

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.
 
J

John Saunders

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top