Results 1 to 4 of 4

Thread: Database password

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Posts
    127
    Anybody know the .opendatabase command series to open a database with a password?

  2. #2
    Lively Member
    Join Date
    Sep 2000
    Posts
    116
    I share your problem!!!
    I have posted the same question, but no luck yet.
    I couldn't figure it out.

    Hope somebody out there knows.

    have a nice day.
    0101011001000010
    01101111011011100110110001101001011011100110010101110010

  3. #3
    Junior Member
    Join Date
    Aug 2000
    Location
    Rockford, IL
    Posts
    21

    This is for an Access database

    you will need two lines similar to these...

    Set DB = OpenDatabase(App.Path & "\Alert.mdb", False, False, ";PWD=password")

    Set RS = DB.OpenRecordset("Errors", dbOpenDynaset)


    This should do it..
    let me know if you have any further questions.

    [email protected]



  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Posts
    127
    it worked. Thanks.

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