Results 1 to 3 of 3

Thread: open dbase with password

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2000
    Location
    Reykjavík, Iceland
    Posts
    29

    open dbase with password

    How do I open database with password??
    I tried this

    set db = opendatabase("c:\dd.mdb",,,";pwd=password")

    but the respons was "Not a valid password"

    Any idee?

    Icesoft

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Location
    The Lone Star State
    Posts
    183
    Is 'password' a real password? Try opening it without anything:

    Set db = opendatabase("C:\mydb.mdb")
    !

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2000
    Location
    Reykjavík, Iceland
    Posts
    29
    I found the answear to this my self after few hours of sleep.

    set set db = opendatabase("c:\dd.mdb",0,0,";pwd=password")

    that works thanx anyway (and sorry for my spelling)

    IceSoft

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