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

    URGENT : Database Size increase in VB 6.0



    Hi


    I am using MS-ACCESS as the backend with VB 6.0. I open a RecordSet and do some Select operation. The Memory usage increases during this operation. Later I close the recordset and set the object to Nothing. But the same amount of memory is not freed again . For ex if 44 bytes were used for a single OpenRecordset only 20 bytes are released when I close it.


    What could be the problem ?


    Anand

  2. #2
    Join Date
    May 1999
    Posts
    45

    Re: URGENT : Database Size increase in VB 6.0



    It could be because Access might be caching some objects needs for database operation. But this is just a wild guess.

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