static bool dbRunning(S dbNameOrID) { RemoteDB db = connectToDBOpt(dbNameOrID); if (db != null) { db.close(); true; } false; }