CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    35

    About copy files

    Hi all,
    how to prohibit copying a database.
    users asked me that nobody can copy database.
    the database it's msaccess format (.mdb)
    thanks for any suggestion

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

    Re: About copy files

    No real way to do that, unless you host the db on a server, and use an app to access it. Once it's opened by the server, the db is locked, and can't be edited from outside the application. Which means take down the web site to copy/replace/backup the db...
    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
    Aug 2011
    Posts
    35

    Re: About copy files

    I understand, I'm not happy but I understand.
    Thx

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

    Re: About copy files

    Godaddy.com has Access support for it's web hosting accounts. I've used it before. (Also has SQL Server)
    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!

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