Results 1 to 2 of 2

Thread: PassWord problem

  1. #1
    antma
    Guest

    PassWord problem

    Can Anyone Tell me or gimme Some idea of how to access a databse with a password I'm still Kinda struggling with it

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Hi,
    If u have password protected the database file, this is the way u open it using ADO:

    VB Code:
    1. cnn.Open Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Test.mdb;Jet OLEDB:[b][/b]Database Password=secret

    is that what u want?
    -= a peet post =-

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