If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I wonder if the error is occuring when the program is attempting to write the records to disk? In other words, the buffering of the writes work, because the program was compiled against a file that had the specified format, but when the system attempts to write the buffered records to disk, that's when it determines the record format for the file its writing to doesnt exist.
If that were the only issue here why would less than 44 lines be written OK?
That's exactly what i meant when a asked this:
By the way does this program work with less than 45 lines? .... It shouldn't
GLS
The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln
If that were the only issue here why would less than 44 lines be written OK?
That's exactly what i meant when a asked this:
GLS
It shouldnt, only that the error may occur later in the process when the file is closed. I'm not sure this is possible, just throwing out a possibility of why its not failing until write #45.
Comment