sqlite3 database file is locked

前端之家收集整理的这篇文章主要介绍了sqlite3 database file is locked前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

System.Data.SQLite.SQLiteException: The database file is locked


主要是调了sqliteDataReader对象,没有关闭
找了半天在一个外国网站找到了,分享下。

猜你在找的Sqlite相关文章