Results 1 to 3 of 3

Thread: Compact & Repair - Access - Resolved

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Resolved Compact & Repair - Access - Resolved

    I have a series of Access db's that aren't explicitly opened, but have another db that imports tables from them.
    1. Will the ones whose tables are imported run compact & repair on close (assuming that's set in their options) when the import is done?
    2. If so, will the c & r run after each table import (there might be 20 tables imported, which would be too much time overhead).
    3. Or can I call c & r on them programatically?
    Most of the dbs are only accessed once a month, and we had one get a couple corrupted tables, and it was a real pain to try to repair.
    Thanks.
    Last edited by salvelinus; Dec 1st, 2005 at 08:43 AM. Reason: Resolved
    Tengo mas preguntas que contestas

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Compact & Repair - Access

    1. Yes it will be a resource intensive operation if your running it on two or more dbs at the same time, if possible. Might run consecutively.
    2. See #1 and if each table is in separate dbs then it may be like #1 and if in the same db then it will run once and should be ok.
    3. Yes, you can use the "DBEngine.CompactDatabase " function to C&R a db programmatically.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Compact & Repair - Access

    Thanks, Rob, I'll check that out. All the tables (in any one operation) are in the same db. There's one for every client.
    Tengo mas preguntas que contestas

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