Check if the DB got corrupted. You coud use sqlite command utility. BTW when you call db.open multiple times with out closing, you would get error message stating the db is already opened.
Srikanth On Feb 24, 5:23 am, meerkat <[email protected]> wrote: > Hello, > > I have a script that opens a database and loads data. I am using > db.open('aaa_xxx_gears'); However, when I run the script again db.open > ('aaa_xxx_gears') is actually creating a database called > aaa_xxx_gears#database[1]. I notice this when I go to do a SELECT on > 'aaa_xxx_gears' and there is no data there. > > What am I missing in the database opening rules? > meerkat.
