Hello!
I have a question.
Imagine I have a database on the server. Now I want the users to be able to see the database offline and make changes to it using some offline program that I'll make.
Theoreticly the way to do it, as I see it, would be to keep track of changes on the server and the user's home. So each time the user comes online, it will transfer changes from the server to the user and from the user to the server, so eventually the main databases will be kept synchronized.
Can anyone suggest me a way to do such a thing?
Thank you in advance,
Pavel Stessin.
I have a question.
Imagine I have a database on the server. Now I want the users to be able to see the database offline and make changes to it using some offline program that I'll make.
Theoreticly the way to do it, as I see it, would be to keep track of changes on the server and the user's home. So each time the user comes online, it will transfer changes from the server to the user and from the user to the server, so eventually the main databases will be kept synchronized.
Can anyone suggest me a way to do such a thing?
Thank you in advance,
Pavel Stessin.