Hi everybody,
I have multiple client application that are updating a Microsoft Access database on a server.
Each client have an up-to-date representation of the data on the database.
I would like the client to be notified each time the database is changed by another client so that it can update its representation.
What would be the best way to handle it? I heard about a file modified function, but then isnt it going to slow down the program if it has to query every time to know if the database was modified or not? Moreover it is not real time...
Thanks for your help!
I have multiple client application that are updating a Microsoft Access database on a server.
Each client have an up-to-date representation of the data on the database.
I would like the client to be notified each time the database is changed by another client so that it can update its representation.
What would be the best way to handle it? I heard about a file modified function, but then isnt it going to slow down the program if it has to query every time to know if the database was modified or not? Moreover it is not real time...
Thanks for your help!