Stephen Oberholtzer wrote:
On Mon, Oct 13, 2008 at 12:52 PM, Doug <[EMAIL PROTECTED]> wrote:
I'm using SQLite 3.5.6 on Windows and intermittently get SQLITE_CANTOPEN
when doing an insert. When that fails, I can use the debugger to go back
up
and step through the same lines again (using the same database handle -
nothing opened or closed in between) and it will work.
We see this a lot when people have an antivirus that autoscans files after
they've been modified. Is that possibly the case?
System Restore also tends to interfere a lot when one chooses filenames
with extensions that are monitored by that service (especially .sdb
which is very tempting when using SQLite, but is the extension used by
the shim engine.) Here is a list of extensions to avoid:
http://msdn.microsoft.com/en-us/library/aa378870.aspx.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users