Hi Ruslan, I find the if I delete a database in RB (f.delete), the "isOpen" property is still set to true. A subsequent .close -> VException (file not found). My question is, is it safe to just set the db to nil without doing an explicit .close? That is, does setting a db to nil automatically perform the close functions. Thanks, Jon