Ver Mensaje Individual
  #11  
Antiguo 27-04-2010
bothy bothy is offline
Miembro
 
Registrado: ene 2010
Posts: 144
Reputación: 15
bothy Va por buen camino
disculpen mi error el codigo es este
Código Delphi [-]
q2.close;
  q2.Sql.Text:= 'Delete * from administradores Values(:A,:B)';
  q2.ParamByName('A').AsString :=EDIT3.Text ;
  q2.ParamByName('B').AsString :=EDIT4.Text ;
  q2.ExecSQL;
Responder Con Cita