On 04/07/2010 07:34 AM, Mark Spiegel wrote:
> If you can debug your application, more specifically SQLite, set a
> breakpoint in winOpen() and find out what return code CreateFile() is
> returning for the various calls.  That along with the arguments passed
> should help you work it out.

Alternatively use Process Monitor from sysinternals.com which will show 
arguments and return codes without any need to run a debugger.

Roger
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to