I would like to use MS Synch Services to synch data from a central MS SQL Express DB to a Mobile device.
I can create a windows application and select 'local database cache' from within visual studio but this is not an option within the Mobile project as its not displayed.
Should I create the local database cache in the windows application and try transplanting it into the mobile code?