Apr 20, 2001 #1 MANAVM Programmer Joined Apr 20, 2001 Messages 1 Location 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 Joined Jun 9, 1999 Messages 9,878 Location 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.