CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Posts
    87

    Maximum File Size

    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

  2. #2
    Join Date
    May 1999
    Location
    Bangalore,India
    Posts
    59

    Re: Maximum File Size

    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'

  3. #3
    Join Date
    Apr 2001
    Posts
    87

    Re: Maximum File Size

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured