> Why are you using shared cache? >> I have been working on a large enterprise application and when someone >> enabled shared cache globally, investigation for READONLY error in my code >> took a lot of time.
I don't, but someone in another independent module do. I already fixed problem by use open flag SQLITE_OPEN_SHAREDCACHE on other side. I think it would be logical if the error was returned when opening file on readwrite with shared cache, that already opened on read (step 3). Yuri Krivopalov _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

