c# - How to delete all records in table using CoolStorage? -
i use vici coolstorage work sqlite database in windows phone application. how delete records in table?
i found mistake. correct query csdatabase.executenonquery(@"delete temptable") instead of used csdatabase.executenonquery(@"delete table temptable")
Comments
Post a Comment