Syn error with null data
-
13 września 2010 13:19
Dear, I have a strange error and need you help me explain.
So, I have a simple SQL database with only one table, I using SynFx to syn this database and Isolate Storage. Everything look fine until yesterday.
- I delete all data in my table.
- I also delete Application Storage.
When I run program again, I see there many records just have primary key and no data in Application Storage.
I don't know why like this and how can I fix it?
Thank you.
Wszystkie odpowiedzi
-
13 września 2010 16:52Moderator
What you are seeing are tombstones for the data you deleted on the server. To completely purge sync data you can deprovision and reprovision the table. Another simple way to do this would be to delete all rows from you basetable_tracking side table as well.
Maheshwar Jayaraman - http://blogs.msdn.com/mahjayar -
13 września 2010 17:13
Yes. Thank mahjayar,
I found the way like your suggestion, but in the future, can we automatically delete all tombstones when we delete database.
Thank you.
- Oznaczony jako odpowiedź przez BruceDo 13 września 2010 19:32