0

Is it possible to update a celltable when a database is updated automatically? or at least call a function to only update the celltable?

Thanks

user2597012
  • 581
  • 4
  • 9
  • 28

1 Answers1

0

If you want to update the client side when the server is modified, you need to use a WebSockets library like Atmosphere. Otherwise, you have to poll the server with continuous RPC calls to see if the DB was updated (bad).

Churro
  • 4,166
  • 3
  • 25
  • 26