Results 1 to 2 of 2

Thread: Password Protected DB

  1. #1

    Thread Starter
    Member Code A's Avatar
    Join Date
    Jul 2002
    Posts
    34

    Password Protected DB

    Can someone please show me an example of how I edit this code to open a password protected database?

    i tried this:

    Code:
    Set conn = New ADODB.Connection
    conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
    "Data Source=" & App.Path & "\Database.mdb;" & _
    "Persist Security Info=False; Jet OLEDB: Database Password=password"


    but, it gives me an error saying it can not find an installable ISAM.

    Any ideas????

    Thanks

  2. #2
    Member
    Join Date
    Sep 2002
    Posts
    56
    you mean to hack a password?

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