Re: [sqlite] Which SQLite API return SQLITE_BUSY?

2010-07-13 Thread Lloyd
: Thursday, July 08, 2010 8:27 PM Subject: Re: [sqlite] Which SQLite API return SQLITE_BUSY? On Thu, Jul 08, 2010 at 12:42:36PM +0530, Lloyd scratched on the wall: Hi, Which are all the type of SQLite APIs can return SQLITE_BUSY? sqlite3_open_v2 sqlite3_prepare_v2 All styles

[sqlite] Which SQLite API return SQLITE_BUSY?

2010-07-08 Thread Lloyd
Hi, Which are all the type of SQLite APIs can return SQLITE_BUSY? sqlite3_open_v2 sqlite3_prepare_v2 sqlite3_step sqlite3_finalize sqlite3_bind_blob sqlite3_column_int Thanks, Lloyd __ Scanned and protected by Email scanner

Re: [sqlite] Which SQLite API return SQLITE_BUSY?

2010-07-08 Thread Jay A. Kreibich
On Thu, Jul 08, 2010 at 12:42:36PM +0530, Lloyd scratched on the wall: Hi, Which are all the type of SQLite APIs can return SQLITE_BUSY? sqlite3_open_v2 sqlite3_prepare_v2 All styles of these calls, not just the _v2 versions. sqlite3_step That's the big one. sqlite3_finalize