Is it possible to know when and if the contents of certain tables in a database has changed? How can my SQL Server notify the client applications that the data was changed by another user? How to implement query notifications with dbGo ?
Do my clients need to poll the database, or is there a callback mechanism for this?
My client is a Delphi application with TADODataSet
, and my server is SQL Server 2005/2008, serving multiple clients.
this answer
is correct, then dbGo (ADO) does not support notifications... – Patella