|
-
Jun 29th, 1999, 01:52 PM
#1
Thread Starter
New Member
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.
-
Jun 29th, 1999, 03:02 PM
#2
Lively Member
Pedja
Try posting the source code where you're generating the error.
Bash
-
Jun 30th, 1999, 05:45 PM
#3
New Member
Dear in the connect property of data control write ;UID=userid;PWD=yourpassword
I hope this will work
-
Jul 6th, 1999, 07:55 PM
#4
New Member
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...
-
Aug 17th, 2001, 10:35 AM
#5
Addicted Member
Thank's For The Information
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|