|
I think the trigger is ok, but it has a flaw. It must be real-time. If there is a problem with the network or the client machine shuts down, the server data cannot be updated.
If you want to do non-real-time, it is a bit troublesome, you need to mark whether to publish, or do data comparison. |
|