Re: ADO - Updates and informing users
- From: "Eddie Shipman" <mr_delphi_developer@xxxxxxxxxxxxxxx>
- Date: 29 Jan 2007 14:17:14 -0800
Daz wrote:
Hello Delphi users.
Background info: Access 2003 db, server based with 20+ tables and
upto 30 users with a client based application on their pc. Some of
these users are not pc/database savvy at all.
Whats the best approach for informing users that changes have taken
place in critical datasets? Using something like the command "win32
broadcast message".
Can that be performed within the db?
Or maybe an alternate but somewhat inelegant way could be to
implement a change table on the server that serves as a conduit to
notify users that data has been changed.
Jan Carol
Use the OnAfterPost of the critical datasets to create a MSMQ message
and have a MSMQ listener thread in your app to "capture" the messages
and notify users.
--
.
- References:
- ADO - Updates and informing users
- From: Daz
- ADO - Updates and informing users
- Prev by Date: Re: Ado Query and Screen.Cursor
- Next by Date: Re: Delphi 5 <> ADO
- Previous by thread: ADO - Updates and informing users
- Next by thread: How to handle disconnect
- Index(es):