Código Delphi [-] SQLQuery1.SQL.Add('delete from departamento where depto01=depto'); SQLQuery1.SQL.Parameters.ParamByName('depto').Value:=Edit1.Text;
SQLQuery1.SQL.Add('delete from departamento where depto01=depto'); SQLQuery1.SQL.Parameters.ParamByName('depto').Value:=Edit1.Text;