Results 1 to 3 of 3

Thread: [RESOLVED] data connection password (access mdb)

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    586

    Resolved [RESOLVED] data connection password (access mdb)

    Hey,

    I'm a newbie in vb.net with mdb :

    1. I've change the password for my access mdb file, but I can not change the password in the data connectiong (it persists on staying the old password).

    2. how do I put the mdb password inside the code so it won't be shown on the connection string ?

    thanks in advance,

  2. #2
    Addicted Member bgard68's Avatar
    Join Date
    Mar 2006
    Location
    Arkansas
    Posts
    164

    Re: data connection password (access mdb)

    1. Create a resource file
    2. Encrypt your Connection String
    3. Store your Encrypted Connection string in the resource file
    Using Framework 1.1, VB.Net 2003 unless I
    state otherwise

  3. #3
    Addicted Member bgard68's Avatar
    Join Date
    Mar 2006
    Location
    Arkansas
    Posts
    164

    Re: data connection password (access mdb)

    By createing the resource file, If your connection string changes, you
    can change it in the resource file without recompiling your code.
    Using Framework 1.1, VB.Net 2003 unless I
    state otherwise

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