J
jasiglam
Using the visual studio.net text editor, I know how to
enter/change the "key/value" in the app.config file, for
example:
key="SqlConnection1.ConnectionString" value="data
source=Boomer;initial catalog=TimeDb;integrated
security=SSPI;persist security info=False;workstation
id=BOOMER;packet size=4096"
But I want to be able to change some values, (e.g. data
source string) in vb code programmatically at run time.
Can this be done? If so, how?
Thanks in advance for your help.
enter/change the "key/value" in the app.config file, for
example:
key="SqlConnection1.ConnectionString" value="data
source=Boomer;initial catalog=TimeDb;integrated
security=SSPI;persist security info=False;workstation
id=BOOMER;packet size=4096"
But I want to be able to change some values, (e.g. data
source string) in vb code programmatically at run time.
Can this be done? If so, how?
Thanks in advance for your help.