CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Temp files..

  1. #1
    Join Date
    May 2010
    Posts
    17

    Temp files..

    Hi..

    Can any anybody explain why temp files are created..?!! Am using VB6.0 and crystal report 2008 in my project.. Lots of temp files were created in root path..


    Thanks in Advance..

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Temp files..

    So the DB knows if the USER has changed anything. Compare it to the old version, and either update or not
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2010
    Posts
    17

    Re: Temp files..

    Okay thanks i ll check it out... Am using SQL 2005 in my project..

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Temp files..

    Well, I doubt that leaves any files lying around. Or do you mean SQL Express?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Temp files..

    My guess would be that it has nothing to do with the db and is the CR engine which creates these tmp files.
    Always use [code][/code] tags when posting code.

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