
June 5th, 2003, 05:30 PM
|
|
Registered User
|
|
Join Date: Jun 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Synchronizing 2 databases
I have a MS SQL server database.<br>I want to synchronize this database with the Microsoft Outlook database <br>(The synchronizing program should access the Outlook database using the Outlook API provided by Microsoft).<br>ie, any changes made in the SQL server database should be reflected in the Outlook database and vice versa. The schemas of the 2 databases are quite similar.<br>This need not be done in real time i.e I could do this once a week.<br>When I run the synchronize program, it should compare the 2 databases and synchronize them so that they are consistent.<br>Any tips/pointers as to how I should go about this?<br><br>Thanks !!!
|