cjard
Well-known member
- Joined
- Apr 25, 2006
- Messages
- 7,081
- Programming Experience
- 10+
..the wizard offers 2 options:
1 = to save the whole string, password and all, in the settings
2 = to save only data that doesnt compromise security
so i'm really wondering, if im using datasets and tableadapters that know how and where to get their own connection strings from... how can i make it so that when it gets a connection string, it gets the password along with it?
to clarify my question: i have a doubt that if i do not store the password in the string,a nd then go and make a new MyTableAdapter - it will go and get a connection using the connection string it finds in app.settings - i.e. a COnn string with no password. How will it then know where to look for the password? or, how can i tell it in code, what the password will be, so that it uses this password every time?
1 = to save the whole string, password and all, in the settings
2 = to save only data that doesnt compromise security
so i'm really wondering, if im using datasets and tableadapters that know how and where to get their own connection strings from... how can i make it so that when it gets a connection string, it gets the password along with it?
to clarify my question: i have a doubt that if i do not store the password in the string,a nd then go and make a new MyTableAdapter - it will go and get a connection using the connection string it finds in app.settings - i.e. a COnn string with no password. How will it then know where to look for the password? or, how can i tell it in code, what the password will be, so that it uses this password every time?