
Server Side to Update Clients
I have an application that I would like to update all clients when something
changes in the Database. Is there a way that I can automatically update all
Clients when something changes. Do I need to write code on the client side
that would always be checking (querying) the database , or can I send the
change from the Server Side when something changes ?
Thanks for any help
Jim