[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,
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
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.