return Promises.start(function(){
            return be.updateDatabase(sqlUpdate,parametros);
        }).then(function(result){
            res.end("recibi: "+JSON.stringify(parametros));
        },function(err){