C
Claudio
I mm developping a winforms application. I use a form do include, alter and
delete data. I created a connection using the wizard. I would like that each
user uses their own password to log in the SQL Server. I noticed the the
connection string is in a file named APPNAME.EXE.CONFIG, and the
XXXDataSet.Designer.cs file reads this connectionstring to log into the SQL.
I would like to know if there is a way to change this connection string, at
runtime, except changing the APPNAME.EXE.CONFIG file. Modifing the
APPNAME.EXE.CONFIG works fine. The problem is that the password of the last
user remain in the file.
delete data. I created a connection using the wizard. I would like that each
user uses their own password to log in the SQL Server. I noticed the the
connection string is in a file named APPNAME.EXE.CONFIG, and the
XXXDataSet.Designer.cs file reads this connectionstring to log into the SQL.
I would like to know if there is a way to change this connection string, at
runtime, except changing the APPNAME.EXE.CONFIG file. Modifing the
APPNAME.EXE.CONFIG works fine. The problem is that the password of the last
user remain in the file.