G
gdb390
Guest
this is because you repeat the import stream datafile for every line in the outer repeat , the first line of the file will be ok, the second line crashes because there are no more lines left in de datafile stream Solution instead of reading the datafile stream in the repeat of the filestream, take it out and put the values in a temp-table use that temp-table in the repeat block of the filestream
Continue reading...
Continue reading...