Re: [sqlite] sqlite_step fails when inserting a record [REPLY AWAITED]

2010-12-21 Thread Simon Slavin
On 21 Dec 2010, at 6:58am, megha gupta wrote: > I need to use 10 databases in my application and need to keep all of them > open. > > Earlier I was using only 9 databases and had a working code. Are you opening ten independent connections (i.e. 10 uses of sqlite3_open()) or are you attaching t

[sqlite] sqlite_step fails when inserting a record [REPLY AWAITED]

2010-12-21 Thread megha gupta
Hi All, There is a strange problem I am observing. I need to use 10 databases in my application and need to keep all of them open. Earlier I was using only 9 databases and had a working code. As soon as I introduced a new database, the insert calls for other databases start to fail after someti