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.
我的应用程序中有一个 Adobe Air SQLite 数据库。我想知道如果数据库打开,我是否有任何方法可以测试腐败?不允许使用 PRAGMA 语句,所以这是不可能的。
PRAGMA 完整性检查是唯一合理的方法。
您可以尝试从数据库中读取所有数据,但这不会找到所有错误。