|
-
Mar 10th, 2006, 12:31 PM
#1
Thread Starter
Fanatic Member
[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,
-
Mar 10th, 2006, 12:39 PM
#2
Addicted Member
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 
-
Mar 10th, 2006, 12:39 PM
#3
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|