Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, This is Vikash Gohil.

I am creating an application in which I want the following functionality.

1. A new record is added in a table in Oracle database.
2. This would raise an event which would be captured by my VB.net Application.

I have come across triggering events in database. But don't know exactly how to use it.

Can anyone guide me in this process, or is there any other way I could achieve this.

Any Help would be greatly appreciated.
Posted

1 solution

Triggers in the database have nothing to do with events in your code. Under SQL Server, the technology was called "Notification Services", which has been deprecated in the release of SQL Server 2008. I have no idea if Oracle supports an equivilent technology.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900