Hi,
i'm getting errors like this:
uncaught exception: Error in worker 7 at line 1. Couldn't open SQLite
database
about 50% of the time i run my code - the other 50% of the time, it
works just fine...
i've checked my code and am closing every resultset, and in the
workerpool the database is accessed like so:
var db = google.gears.factory.create('beta.database');
db.open('eurisko');
....
rs.close();
db.close();
any suggestions? i don't think i'm making simultaneous database
queries... so i can't imagine it blocking
thanks