Hi,
I am new to this forums and hope that someone might have come across this scenario:
1. I have to capture some TRIGGER events from one of the table in the sql server 2000. I have an active
VB program that open a Serial Port (say COM 1).
2. I have no issue when data arrive at the port (event triggered captured).
3. However, when data arrived in SQL server table, I have no mean of getting the
VB program to react based on the events. The
VB supposed to get the data and process accordingly.
4. My question is: is there a way i can make the
VB and sql Server to talk to each other based on events?
Thank you in advance.