Hi, I tried to use sqlite_busy_timeout(), and the behaviour does not match the one described on http://www.sqlite.org/c_interface.html. When the database is busy and I do a sqlite_step(), it returns SQLITE_ERROR, and sqlite_finalize() returns SQLITE_BUSY.
from : http://www.sqlite.org/c_interface.html "After sqlite_busy_timeout has been executed, the SQLite library will wait for the lock to clear for at least the number of milliseconds specified before it returns SQLITE_BUSY." Where is the error : in the doc or in sqlite's behaviour ? Thanks, Arnaud -- Arnaud Burlet <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

