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.

Reply via email to