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

    A question of Access Database

    When I use ODBC for Micorsoft Access databases,I meet a big problem.If I read or write datebases for thousand of times,it will become very very big.(for example from 200K to 200M)
    But if I use Access to compress it ,it can return to 200K. I can do nothing for it now.Could
    you give me some advice? Do you know how to compress database in program? Thank you for your attention.


  2. #2
    Join Date
    May 1999
    Posts
    128

    Re: A question of Access Database

    look at CDaoWorkspace::CompactDatabase()


  3. #3
    Join Date
    Apr 1999
    Location
    Melbourne, VIC
    Posts
    72

    Re: A question of Access Database

    If you have actually done this I'd love to see the code - I have a problem, because I'm using the default workspace and the doco is rather sketchy of the CDaoWorkspace
    Cheers,
    HAV


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