Ver Mensaje Individual
  #2  
Antiguo 30-09-2004
Avatar de Investment
Investment Investment is offline
Miembro
 
Registrado: may 2003
Posts: 378
Reputación: 24
Investment Va por buen camino
Código:
  if not table1.active then table1.open;
  table1.edit;
  table1.fieldbyName('Nombre').AsString := dbedit1.text;
  try
    table1.post
  except
    Showmessage('Error insertando registro');
  end;
__________________
Saludos,
Peter Investment
Responder Con Cita