nop :/ I take everything as an error, the error does not capture only vacuum. try to do otherwise but I get one error 1 per day and do not enter any date try{ // If it's a date that should be a utcDateTime, upgrade it if (typeOf(conpeek(readCon, 4)) == Types::Date && dictField.baseType() == Types::UtcDateTime) { readCon = conPoke(readCon, 4, DateTimeUtil::newDateTime(conPeek(readCon, 4), 0)); transdate_ = conPeek(readCon, 4); }else{ info("error 1"); } }catch{ Info("Error Transdate"); }
↧