multiplex77
Programmer
Hi,
I have a web application that runs on SQL 2000. I would like to develop a way to synchronize the data on the Employees table of another database (MS Foxpro) with my SQL2K databse. Basically every change that is made on the Foxpro database should be updated on the SQL2K database (but not necessarily vice-versa).
I've done a bit of research about Linked Servers, but it seems that enables my application to read from the Foxpro DB directly, and isn't dealing with synchronization. Am I wrong?
Could anyone give me any information to point me in the right direction? Would really appreciate it. Thanks!
I have a web application that runs on SQL 2000. I would like to develop a way to synchronize the data on the Employees table of another database (MS Foxpro) with my SQL2K databse. Basically every change that is made on the Foxpro database should be updated on the SQL2K database (but not necessarily vice-versa).
I've done a bit of research about Linked Servers, but it seems that enables my application to read from the Foxpro DB directly, and isn't dealing with synchronization. Am I wrong?
Could anyone give me any information to point me in the right direction? Would really appreciate it. Thanks!