This is a migrated thread and some comments may be shown as answers.

Great Addin For SQL CE (Synchronization)

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Garry
Top achievements
Rank 1
Garry asked on 18 May 2010, 01:52 PM
If you are doing any type of disconnected app and are using SQL CE as your local DB store then here is a very nice addin I have been using.

http://exportsqlce.codeplex.com/

The problem this solves is that when you synchronize your local database cache with your master DB it does not pull over relationships between tables and thus OpenAccess doesn't know to generate the child fields for those related tables. What you can do however is reestablish your relationships on the CE DB, pain I know, and then use this addin to script out those relationships. That way whenever you need to add or remove tables to your local DB cache and the relationships you setup are blown away you can simply run the exported script against your CE db and boom relationships are back. 

Huge time saver. Anyhow I was delighted to have found this and thought I'd share.  

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 19 May 2010, 07:11 AM
Hi Garry,

Yes, it seems helpful. Thanks for sharing it with us.

Regards,
Alexander
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Garry
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or