|
-
Mar 31st, 2000, 05:19 PM
#1
Thread Starter
New Member
Can anyone tell me how to open a database from within VB5 using 'OpenDatabase' if the database has a password?
Please email [email protected] if you can help.
Thanks.
-
Mar 31st, 2000, 08:43 PM
#2
New Member
To open a database password protected use
OpenDatabase(<database_name>, false, false, ";pwd=<password>")
I hope this help you...
-
Mar 31st, 2000, 08:49 PM
#3
Addicted Member
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
|