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 ten different databases to the same connection ? Are you calling the SQLite functions from C code or are you using a library of some kind ? What operating system and version of SQLite are you using ? > Please reply immediately. Pay me. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

