Results 1 to 3 of 3

Thread: How to use 'OpenDatabase' with a password?

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    1
    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.

  2. #2
    New Member
    Join Date
    Apr 2000
    Posts
    3
    To open a database password protected use
    OpenDatabase(<database_name>, false, false, ";pwd=<password>")

    I hope this help you...

  3. #3

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