Apr 20, 2001 #1 MANAVM Programmer Apr 20, 2001 1 IN How can I know in my vb application that that a Trigger is fired?. How inter-session comunication is done in vb?
How can I know in my vb application that that a Trigger is fired?. How inter-session comunication is done in vb?
Apr 20, 2001 #2 chiph Programmer Jun 9, 1999 9,878 US There's no event or anything raised when a trigger fires (triggers are internal to the database), so you have to cause something noticable to happen. You could do something like adding code to your trigger to place a value in a table that your VB code could then monitor for it's presence. Chip H. Upvote 0 Downvote
There's no event or anything raised when a trigger fires (triggers are internal to the database), so you have to cause something noticable to happen. You could do something like adding code to your trigger to place a value in a table that your VB code could then monitor for it's presence. Chip H.