|
-
Oct 7th, 2002, 10:23 PM
#1
Thread Starter
New Member
calling triggers from vb
How to call triggers from vb code?
-
Oct 8th, 2002, 02:39 AM
#2
Frenzied Member
Do you mean database triggers?
If so, I don't think you can call them from code - they get triggered automatically by the RDBMS when you perform an Insert, Update, Delete on a table.
If you want to be able to reuse the functionality, what you could do is take the functionality out of the trigger and put it into a stored procedure. Then you can call the SP from the trigger and the application...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|