> Using ... Tcl ... how do I even obtain the value ...

man n catch

> If I use db timeout 2000 ...

SQLite will retry for 2 seconds, then if the db is still
locked, it should return an error code.

Any SQLite command that can fail should be run within a
catch command.


Regards

Reply via email to