CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2010
    Location
    Watch Window
    Posts
    87

    Question Program protection issue

    hi Friends,
    Normally I put my database MS Access 2007 file on the server. normally \\server\itp$.But some of the IT guy .easily copy the access file.if I protect with password. there are so many password recovery programs available for free On the google..so if the file can be accessed freely.is there Any way or available any other protection methods.so that nobady can access the MS access file other than me.
    Thx for any help in before.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Program protection issue

    Why let them even see it? You think you can find my Access (or SQL) Tables?
    Last edited by dglienna; August 1st, 2010 at 12:37 PM.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2010
    Location
    Watch Window
    Posts
    87

    Question Re: Program protection issue

    Why let them even see it? You think you can find my Access (or SQL) Tables?
    i am talking about windows 2007 server.not from domain.i don't want to show even another System administrator of my company.i simple want no anyother user other than me.can copy my Ms access 2007 file from the hidden folder of my server.
    Last edited by xtab; August 1st, 2010 at 08:32 AM.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Program protection issue

    Set permission on that folder?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    May 2010
    Posts
    12

    Re: Program protection issue

    First: What has this Problem to do with VB??? My guess would be: nothing. But ok. Not my problem.

    Second: The thing with a System Administrator or Administrator is that he MUST be able to see and do ANYTHING on a server. if you forget you password or delete something who is the one who resets it for you or recovers the lost file? you get the idea?

  6. #6
    Join Date
    Jul 2010
    Location
    Watch Window
    Posts
    87

    Question Re: Program protection issue

    Set permission on that folder?
    but administrator can easily copy my access 2007 file.he can change the permission of folder on to the server.i think you still did not understand .what i am telling ???see even i protect with password.there are so many recovery programs available in web like the following . so i don't want the other person see my access file.even system administrator other than me.in the same office.
    Attached Images Attached Images

  7. #7
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Program protection issue

    Use SQL Express, then. Put a USER table in there, and encrypt that password
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  8. #8
    Join Date
    Jul 2010
    Location
    Watch Window
    Posts
    87

    Question Re: Program protection issue

    Use SQL Express, then. Put a USER table in there, and encrypt that password
    that is ok with sql express.but can we not encrypt to ms access 2007 password.let me know some way.

  9. #9
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Program protection issue

    If you wrote the program which accesses the database file, perhaps you should be using your own file structure, and encrypt it. Then it won't matter if someone can copy the file, because it will be useless to them. In other words, don't use a standard database file.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

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