Results 1 to 2 of 2

Thread: Database Lock

  1. #1

    Thread Starter
    Junior Member Randy's Avatar
    Join Date
    May 2000
    Location
    Montreal, Quebec, Canada
    Posts
    23
    How can I lock a Access database so that it can only be opened with the application that I am developing.

    I can always password the db, but how would I use the password through code in Vb?

    I am using VB6

    Thanks in advance.
    Randy
    Give me coffee and no one gets hurt!

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    Only problem with passwording your database is that there are lots of programs available that can crack the password. If the data is sensitive, you should consider encrypting the data (with or without a lock).

    All of the usual access methods can open a database with a password.

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