Results 1 to 3 of 3

Thread: Access Database

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 1999
    Location
    Riverside California USA
    Posts
    13

    Wink

    I have a program that I am distributing. it uses access
    database.I supply the database. How can I prevent the end
    user from opening the database in Access if they have access instaled on their computer?

    Thanks for any help

    Kornel

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Red face Nothing is secure!

    Password protected is not a good solution, because your user may easily get any tools from internet to crack or view the your MS Access database password from the database itself.

    Because I've downloaded that tool in my pc and I did try it out. It only require less than 1 second to view the original database password.

    So, the best solution is hide the database in somewhere in the server or any directory. But do remember to hide the file path as weel in your application at runtime.

  3. #3
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Sure, the password on the database is not secure, but odds are he probably just wants to make sure no one gets in and accidentally screws something up. Another way to protect data in the DB would be to encrypt everything going out of your program to the DB, and then only decrypting it when it comes into your program.

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