Ver Mensaje Individual
  #1  
Antiguo 21-10-2005
ilichhernandez ilichhernandez is offline
Miembro
 
Registrado: oct 2005
Posts: 277
Reputación: 19
ilichhernandez Va por buen camino
Question Problemas en insercion de registros

Hola ..... estoy intentando insertar registros en una tabla interbase con la siguiente sentencia

Código Delphi [-]
 tcomparacion.Edit;
 tcomparacion.InsertRecord(['Punto de Gelificación','Null',table1.FieldByName('punto_gelificacion').AsString,
   vlbpunto_gelificacion,'Quimico','Null','Al 5% a 25Cº']);
 
 tcomparacion.InsertRecord(['Cenizas tot B. Humeda','Null',table1.FieldByName('cenizas_tot_bhumeda').AsString,
   vlbcenizas_tot_bhumeda,'Físico','Null','xxxxxxxxxxx']);
 tcomparacion.Post;
Pero me sa un error despues de insertar los registros
el error es :

Proyect sestec.exe raised exception class EDBEngineError with message "multiple records found , but only one was expected. Process Stopped

Ayuda por favor..... gracias...

Última edición por dec fecha: 21-10-2005 a las 12:17:11. Razón: ¡¡Encerrad el código fuente entre las etiquetas [DELPHI] ... [/DELPHI]!!
Responder Con Cita