Click to See Complete Forum and Search --> : Acess password
pedja
Jun 29th, 1999, 01:52 PM
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.
bashfirst
Jun 29th, 1999, 03:02 PM
Pedja
Try posting the source code where you're generating the error.
Bash
jskajla
Jun 30th, 1999, 05:45 PM
Dear in the connect property of data control write ;UID=userid;PWD=yourpassword
I hope this will work
MiSHA
Jul 6th, 1999, 07:55 PM
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...
cwaldick
Aug 17th, 2001, 10:35 AM
You saved my life.....
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.