Results 1 to 5 of 5

Thread: database protection

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2005
    Posts
    30

    database protection

    hi,
    can anybody tell me the best way to protect an access database? i also need help with coding the startup options in vba.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: database protection

    Protect from what?

    hacking?

    Deleting?

    Modifing?

    all of the above?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2005
    Posts
    30

    Re: database protection

    all of the above

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: database protection

    Encryption would be my suggestion again hacking.

    Password protection for modifying, and even that is not too terribly difficult to get around.

    Deleting it outright is not completely impossible to protect against, but of the three, it would definately be the most difficult to protect against unless it is on a network share. Then, access to the share can be limited to only the application users. Now, the would mean a non-application user couldn't get to it, but I don't see how you could protect against a valid application user deleting it if they wanted to.

    The best protection for all three is good, daily backups.

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

    Re: database protection

    Here are all the current types. I would suggest keeping a current backup of the non-encrypted db if you do go that route. Encrypting only encrypts the data stored and not prevent access but is a value when you have sensitive data stored.

    http://vbforums.com/showthread.php?t=402072
    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

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