Hi all,
We have a database that collects data from multiple sources that are uploaded via wifi. This database is then replicated to another computer offsite. The way it interacts with our program we use to bring the data in is set up so that when you download the data, it marks the entry as already downloaded. But, with the way the replication is set up from server to server is basically a copy and paste method rather than a merger so that the "already downloaded" flag on the database is overwritten, leaving countless entries to have to sift through every time we use our program. Does anyone know a way that I can simply update from the main database to our secondary that it will just bring in the files rather than overwriting the entire database? Any advice would be greatly appreciated! Thanks in advance.