六狼论坛's Archiver
首页
›
C
› c# database file is locked error
chensss2008
发表于 2013-1-26 15:40:16
c# database file is locked error
最新在一个小项目中,使用了sqlite,过程中一直遇到很多小麻烦,特别是database file is locked,经常发生,
google了一下,发现了解决办法,记录之省得忘了。
主要的是command.dispose()要在connect.close()之前执行。
http://sqlite.phxsoftware.com/forums/p/2379/9441.aspx
页:
[1]
查看完整版本:
c# database file is locked error