getLog().debug(++test+"- "+"Updating the field in a transaction, commit...");
bmtSF.dbCommit();
getLog().debug("OK, field value is:");
getLog().debug(bmtSF.getDbField());
getLog().debug(++test+"- "+"Updating the field in a transaction, rollback...");
bmtSF.dbRollback();
getLog().debug("OK, field value is:");
getLog().debug(bmtSF.getDbField());
getLog().debug(++test+"- "+"Now dropping the table...");
bmtSF.dropTable();
getLog().debug("OK");