Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB Oracle

Status
Not open for further replies.

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?
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top