S
spooke
Application.Properties.Settings a = new Interventi.Properties.Settings();
a.InterventiConnectionString = "Data Source=" + txtIP.Text.Trim() +";Initial
Catalog=Interventi;Persist Security Info=True;User ID="+
txtUTCOD.Text.Trim() +";Password=" + txtUTPWD.Text.Trim();
Property or indexer cannt be assigned to -- it is read only
If i whant in some way modify the connection string to my data source?
I whant that my user can modify the ip of the server where it is the data
sourceregards
regards
gian paolo
a.InterventiConnectionString = "Data Source=" + txtIP.Text.Trim() +";Initial
Catalog=Interventi;Persist Security Info=True;User ID="+
txtUTCOD.Text.Trim() +";Password=" + txtUTPWD.Text.Trim();
Property or indexer cannt be assigned to -- it is read only
If i whant in some way modify the connection string to my data source?
I whant that my user can modify the ip of the server where it is the data
sourceregards
regards
gian paolo