I am using Sqlite.NET client in C#. How would I go about defining a sqlite busy timeout handler?
Thanks Mike On Monday, November 10, 2014 1:35 PM, Tim Streater <[email protected]> wrote: On 10 Nov 2014 at 18:22, Mike McWhinney <[email protected]> wrote: > So SQLite shouldn't be used at all on a network? Aren't there any other > provisions to handled the locking errors if/when > they occur? You tried setting a timeout as pointed to here? https://www.sqlite.org/faq.html#q5 (not that this would avoid any potential corruption issue). -- Cheers -- Tim _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

