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 sometime with SQLITE_ERROR. ie I can successfully put some records but then it all fails. At this time, I am not even using the 10th database I have created. Is there some limit on the maximum number of database connections that could be opened at a time. Please reply immediately. Best Regards, Megha _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

