On 10 Sep 2016, at 11:57am, Lev <leventel...@gmail.com> wrote:

>> <https://www.sqlite.org/pragma.html#pragma_busy_timeout>
> 
> Is it enough to set this once as the connection created? Or shall I set this
> every time a do sqlite3_step()?

You do it after opening a connection to the database.  Probably the first thing 
you do after sqlite3_open().

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

Reply via email to