What would be the correct sequence to use in order to do an SQLImport of a new database to replace the exisitng database a running app is using? Would I do a DB.close, do the SQLImport with NSB.overwriteAlways and then open the new database?
Thank you