StartCoding
StartCoding

Reputation: 393

Automatic Update to SQL Server CE local database using sync framework

I have deployed the sync framework for Oracle and SQL Server CE using the following link

http://code.msdn.microsoft.com/Database-Sync-Oracle-and-037fb083 successfully.

The SQL Server CE database updates after pressing synchronize button when I made any changes to the Oracle database.

But I need to update the SQL Server CE database (local cache database in my case) automatically once I made any change to the Oracle database, without pressing the synchronize button. Is this possible?

Upvotes: 0

Views: 147

Answers (1)

ErikEJ
ErikEJ

Reputation: 41799

Yes, you can invoke the sync from code based on system events or a timer...

Upvotes: 1

Related Questions