CecileR
December 11th, 2001, 08:03 PM
I have a program that log data on a file whenever there are new posting. Somehow data has gaps, I mean for example there from Mon to Fri record, there Mon-Wed and Fri, it skips the Thurs record? Why this is happening. Are there certain maximum file size? which whenever we clear the file, it is back to normal.
The more u read, the more u do not know
Sunil.R
December 11th, 2001, 10:38 PM
Hi
What file are u logging to? Is it a .txt file. A .txt file has file size restriction. But ur problem seems to be something else as the data is getting logged after a day, ie though it skips thursday it logs friday...
did u change the file content??
sunil
'Rate, let me know myself Better'
CecileR
December 11th, 2001, 10:49 PM
Hi sunil,
The file is ordinary txt file. The file increases or the data is added as there is new posting. I would like to know if has something to do with the size of the file or stream?
The more u read, the more u do not know