Re: [sqlite] Help with error codes

2011-04-13 Thread Jeff Archer
> drh on Tue Apr 12 22:23:38 > >Set your breakpoint on the function winAccess if you want to try to debug >this. Which I cannot do since attaching debugger masks the problem. Now I am really confused. I have modified winAccess to simply return the result of GetFileAttributesExW() if

Re: [sqlite] Help with error codes

2011-04-12 Thread jeff archer
>drh   Tue Apr 12 22:23:38 GMT 2011 > >Set your breakpoint on the function winAccess if you want to try to debug >this. If only it were that easy.  Its intermittent and attaching a debugger seems to mask the problem.  It's never been seen with only a single process and occurs more when there

Re: [sqlite] Help with error codes

2011-04-12 Thread Richard Hipp
On Tue, Apr 12, 2011 at 6:06 PM, jeff archer wrote: > I have a process which analyzes an image then writes results to database. > (sqlite 3.7.4) > When I run multiple of these in parallel, each on its own image but all on > the > same database, and all on same machine

[sqlite] Help with error codes

2011-04-12 Thread jeff archer
I have a process which analyzes an image then writes results to database.  (sqlite 3.7.4) When I run multiple of these in parallel, each on its own image but all on the same database, and all on same machine (Windows 7) I get an error from sqlite3_step() when attempting to execute "BEGIN