Is there a way to monitor a field in a database so that when the value
in the field changes an event in a visual basic application is fired?
I'm developing a visual basic application that needs to respond to a
change the value of a database field. So for instance if I change the
value of the database field the value autoatically shows up in a
textbox in the application. I'm thinking of using data binding but
from what I've been reading the change has to occur on in the
application which then updates the database and not the other way
round. Thanks for the help in advanced.
- Wole
in the field changes an event in a visual basic application is fired?
I'm developing a visual basic application that needs to respond to a
change the value of a database field. So for instance if I change the
value of the database field the value autoatically shows up in a
textbox in the application. I'm thinking of using data binding but
from what I've been reading the change has to occur on in the
application which then updates the database and not the other way
round. Thanks for the help in advanced.
- Wole