Ver Mensaje Individual
  #10  
Antiguo 27-04-2010
bothy bothy is offline
Miembro
 
Registrado: ene 2010
Posts: 144
Reputación: 15
bothy Va por buen camino
hola amigos disculpen pero a qui estoy de buelta muchas gracias a la gente del foro que nos ayudan a nosotros los nobatos..

aqui esta el codigo puse otro query como lo dijo caral
Código Delphi [-]
  q2.Active :=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