MySQL Forums
Forum List  »  Triggers

application callback?
Posted by: joe conery
Date: April 14, 2005 08:10AM

I have a java app with the JDBC connector. Is there any way that I could use a trigger (or anything else) to have mysql invoke a callback function in my java app? I'm trying to refresh a JTable whenever the db is written to. I don't want to needlessly do a screen refresh every 20 secs. or so, just to keep it up to date. I was hoping the trigger could call back to a function in my app when a certain table on-write - thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
application callback?
4158
April 14, 2005 08:10AM
3041
April 14, 2005 08:18AM
6251
April 14, 2005 10:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.