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

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -