B
Bob Day
Using VS 2003, VB, MSDE...
SQL triggers seems to enable you to do other SQL things. I am looking for a
way for ans SQL Trigger to essentially Raise An Event to trigger a thread to
do something that is non SQL.
In other words, when a Row is added to a specific table, how can I aleart a
different thread than the one that added the row that this has happened? I
am not sure trigger is even the right approach.
Any ideas?
Thanks
Bob
SQL triggers seems to enable you to do other SQL things. I am looking for a
way for ans SQL Trigger to essentially Raise An Event to trigger a thread to
do something that is non SQL.
In other words, when a Row is added to a specific table, how can I aleart a
different thread than the one that added the row that this has happened? I
am not sure trigger is even the right approach.
Any ideas?
Thanks
Bob