You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybati...@googlegroups.com
Hello,
I am using mybatis for First time in our development project. The RDBMS is Firebird. From Firebird named events can be SP/Trigger. We were earlier using Delphi and with it Application can subscribe to a event and whenever any SP/Trigger throws that event we were able to take some action for that event.
Is there any mechanism available in Mybatis to do it in similar fashion ? if yes how to do that ?
Thanks and warm Regards.
Raja
Larry Meadors
unread,
May 27, 2012, 3:32:51 PM5/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mybati...@googlegroups.com
You are looking for a way for your database to fire events in your application?
Is it a shared database or desktop/single-user kind of thing?