This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes How to call trigger from java? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "How to call trigger from java?" Watch "How to call trigger from java?" New topic
Author

How to call trigger from java?

Hemant Agarwal
Ranch Hand

Joined: Nov 21, 2005
Posts: 138
How to call trigger from java?

Thanks
Sagarika Seetaraman
Greenhorn

Joined: Jan 05, 2006
Posts: 6
Hi,

Why does a trigger need to be called from Java?? It occurs when some event(insert, update or delete) is fired on the database.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
What kind of trigger are you talking about? The word is mostly used in conjunction with databases, where triggers are executed in response to DB events like inserts, updates, deletes etc. So the trigger is called by the DB, not by any client application. Maybe if you posted some information about what you're actually trying to accomplish, a more informative answer could be given.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to call trigger from java?
 
Similar Threads
How to know when a table has new data?
SMS sending functionality working when hard coded. but not working when called through a trigger
Want to call Servlet and PHP from oracle
Calling a JMS client from Oracle Trigger
java class from mysql trigger how