Ver Mensaje Individual
  #5  
Antiguo 10-11-2004
chivofbv chivofbv is offline
Registrado
 
Registrado: nov 2004
Posts: 8
Reputación: 0
chivofbv Va por buen camino
X:String

readln(f,linea);
while i<Length(estructura) do
begin
x :=Trim(copy(linea,0,estructura[i].Longitud));
DM.SQLInsert.Params[i].AsString := x;
linea:=copy(linea,estructura[i].CDR_Longitud+2,length(linea));
inc(i);
end;

TKS
Responder Con Cita