Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Vici CoolStorage 在我的 Windows Phone 应用程序中处理 SQLite 数据库。如何删除表中的所有记录?
我发现了我的错误。正确的查询是 CSDatabase.ExecuteNonQuery(@"DELETE FROM TempTable") 而不是之前使用的 CSDatabase.ExecuteNonQuery(@"DELETE FROM TABLE TempTable")