Results 1 to 2 of 2

Thread: connectionstring to MS Access

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    269

    connectionstring to MS Access

    Hi,

    I'm using the connectionstring for MS Access DB without any problem, but now I added a password in the MDB file and try different way by put a password in the string , but none are working , could some one give me the right synax for include the password in the connectionstring.

    Below is the connectionString that I'm using without password and working fine.

    db.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source= " & App.Path & DbName & ";" & """"

    Thanks a lot!

  2. #2

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