Código Delphi [-] QConsulta.SQL.Text := 'update country set Capital = ' + QuotedStr(t_capital.Text) + ' where Capital = ' + QuotedStr(t_pais.Text); QConsulta.ExecSQL;
QConsulta.SQL.Text := 'update country set Capital = ' + QuotedStr(t_capital.Text) + ' where Capital = ' + QuotedStr(t_pais.Text); QConsulta.ExecSQL;