D
Dom
I have a program used by many people. Each person makes changes in a
database. I would like to have all the users see these changes soon
after they are made.
Is there some way to do this in CSharp?
Ideally, I would like something like:
SetWatchPoint (Database, Table, CallbackRoutine)
CallbackRoutine ()
{
[Code to handle the changes]
[For example, add new records to a listbox]
}
Thanks a lot,
Dom
database. I would like to have all the users see these changes soon
after they are made.
Is there some way to do this in CSharp?
Ideally, I would like something like:
SetWatchPoint (Database, Table, CallbackRoutine)
CallbackRoutine ()
{
[Code to handle the changes]
[For example, add new records to a listbox]
}
Thanks a lot,
Dom