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.
我正在使用 sqlite 数据库,一个 sqlite 数据库文件同时从 2 个进程访问,因此它会引发错误:
“数据库已锁定”。
我用于Lock(){ /*sqlite addition*/ }所有插入或更新操作。有什么方法可以找出 sqlite DB 文件是在另一个进程中使用还是在另一个进程中打开?
Lock(){ /*sqlite addition*/ }