Whenever I do restart the application, changes to a DataTable are never saved in the SDF database file.
Example :
_table.Clear();
_adapter.Update(_table);
Or
_table.Clear();
_adapter.Update(_dataSet);
I also tried the following but without success :
Local Data Cache Sync does not save client changes to sdf file
Thank you.