Hi, i made a simple inventory system using MSSQL as back-end. I installed it to different computers which are not connected(home computers of members)
I want to reconstruct the program so that if someone updates(update/add records) his/her database, he/she can save that update into a file and save it into a flash drive, so others can copy it and easily update their database at home without manually updating their database.
Is there any function that i can use to import/export the updated record into a file? I don't know how to approach this problem coding.
thanks in advance
I want to reconstruct the program so that if someone updates(update/add records) his/her database, he/she can save that update into a file and save it into a flash drive, so others can copy it and easily update their database at home without manually updating their database.
Is there any function that i can use to import/export the updated record into a file? I don't know how to approach this problem coding.
thanks in advance