Re: [sqlite] Multiple connections from different threads

2009-04-11 Thread P Kishor
On Sat, Apr 11, 2009 at 8:58 PM, Vinnie wrote: > > Sorry for asking such a basic question, and it seems I know the answer but I > would like a confirmation. > > If I am executing the same SQL statement from multiple database handles to > the same database file, I still need to prepare a distinct

[sqlite] Multiple connections from different threads

2009-04-11 Thread Vinnie
Sorry for asking such a basic question, and it seems I know the answer but I would like a confirmation. If I am executing the same SQL statement from multiple database handles to the same database file, I still need to prepare a distinct sqlite3_stmt for each connection, even though the SQL st