Re: [sqlite] Setbusytimeout(int nMillisec)

2008-11-17 Thread Igor Tandetnik
"Satish" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can anyone tell me what setbusytimout function will do. http://sqlite.org/c3ref/busy_timeout.html Igor Tandetnik ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Setbusytimeout(int nMillisec)

2008-11-17 Thread Satish
Hi Can anyone tell me what setbusytimout function will do.if it locks database its not happening.i had opened the same database with two objects before opening the database with second object I set setime out value to 2000msec even though database is opened using the second object