• 0

[VS 2008 & SQL2008Xpress] Can't get change tracking enabled


Question

I'm redoing an application I wrote to sync with a central SQL database, rather than have our field engineers email a SQL CE database back and forth. I've found a guide courtesy of MSDN (here and video here) on how to set up occasionally connected apps, as well as bi directional syncing, which is what I want to do. I've watched the video about 6 times now, but I can't get syncing to go back up to the server. Here is what I have now.

When I connect through VS2008 to my sql database (I took my CE database and imported it into an SQL database) I get the following, where I can't select change tracking options:

post-26332-1250878980_thumb.jpg

If I skip past that part, i can get the syncronization part setup properly, but even when i change the oninitialization() to say syncdirection = ....bidirectional, it will still only pull data into my local cache from the sql server, and does not take my local changes and push them back up.

Anyone have any ideas? Could use some help on this.

Actually unchecking SQL server change tracking allowed me to select the fields in the image above, so i might be on the right track now. well still same result, I get the following message when I try saving changes on the form, and then hit sync:

post-26332-1250880505_thumb.jpg

Edited by SirEvan
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.