Ver Mensaje Individual
  #1  
Antiguo 01-12-2004
jam888 jam888 is offline
Miembro
 
Registrado: sep 2004
Posts: 115
Reputación: 22
jam888 Va por buen camino
Angry que signica este error?

que tal amigos del foro les cuento que luego de mucho fastidiar me sigue saliendo este error
project empleados.exe raised exeption class eibclienterror whit message 'sql parse error'
EOF instring detected .process stoped use step or run to continue.
esta es la insercion
IBQueryEmp.SQL.Add('insert into empleado values (');
IBQueryEmp.SQL.Add(IntToStr(a)+','+FlatDNI.Text+','+IntToStr(ComboTipDoc.KeyValue)+',');
IBQueryEmp.SQL.Add(com+FlatApellido.Text+com+','+com+FlatNombre.Text+com+',');
IBQueryEmp.SQL.Add(com+FlatCalle.Text+com+','+FlatNum.Text+','+com+FlatBarrio.Text+com+',');
IBQueryEmp.SQL.Add(com+fechanac+com+','+com+FlatTel.Text+com+','+com+FlatEmail.Text+com+',');
IBQueryEmp.SQL.Add(com+FlatPiso.Text+com+','+com+IntToStr(ComboCodPost.KeyValue)+com+',');
IBQueryEmp.SQL.Add(com+fechaing+com+','+com+fechaeg+com+','+IntToStr(ComboCateg.KeyValue)+',');
IBQueryEmp.SQL.Add(com+'0'+com+')');
que es ese error?
Responder Con Cita