Results 1 to 5 of 5

Thread: Acess password

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Location
    Podgorica, Montenegro, Jugoslavija
    Posts
    2

    Post

    I have database only with password and I true to open with VB5. The mesages that dysplay ai "not valid password". How to solwe this problem.

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Raleigh, NC
    Posts
    70

    Post

    Pedja
    Try posting the source code where you're generating the error.

    Bash

  3. #3
    New Member
    Join Date
    May 1999
    Location
    delhi,India
    Posts
    5

    Post

    Dear in the connect property of data control write ;UID=userid;PWD=yourpassword
    I hope this will work

  4. #4
    New Member
    Join Date
    Jun 1999
    Location
    Puerto Rico
    Posts
    3

    Post

    Okay, if your problem is with loggin like an user, you can use the code above. If your problem is with an DATABASE password use this.

    --[CODE]---
    Dim Data As Database
    Dim wrkJet As Workspace

    Set wrkJet = DBEngine.Workspaces(0)
    Set Data = wrkJet.OpenDatabase(App.Path & "\DATA.MDB", False, False, ";pwd=DUDE")
    ---[END]---

    This is for database passwords...

  5. #5
    Addicted Member
    Join Date
    Feb 2001
    Location
    West Palm Beach, Florida
    Posts
    188

    Thank's For The Information

    You saved my life.....

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