Vb: how to alert clients about database updates?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Vb: how to alert clients about database updates?

Post by raghavan20 »

I have a situation where I get regular updates on certain records on a database. There would be a few people viewing a few records in a database as a form. But during the time of viewing, there might be changes that can occur to the database. In such cases, we have to inform all of the people viewing this data that the data they are viewing are altered. The best way would be to automatically refresh the form with the new data, if that is not possible, atleast there should be an alert informing all viewing people a change in data.
Post Reply