- Data:
- 2009-04-28 10:36:14 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
branches/ReklamaReorganizacja/BazaReklam/Logowanie.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/ReklamaReorganizacja/BazaReklam/Logowanie.cs
r601 r618 197 197 sqlBldr.Password = textBox2.Text; 198 198 sqlBldr.ConnectTimeout = 200000; 199 sqlBldr.ApplicationName = "BazaReklam_v" + Application.ProductVersion; 199 200 200 201 SqlConnection conn = new SqlConnection(sqlBldr.ConnectionString); … … 240 241 cmd.Connection = 241 242 new SqlConnection( 242 "Data Source=sql.ct.com.pl;Initial Catalog=Applications;Persist Security Info=True;User= sa;Password=9ar6u$ek;");243 "Data Source=sql.ct.com.pl;Initial Catalog=Applications;Persist Security Info=True;User=updater;Password=UpdateSolution;Application Name=BazaReklam_v" + Application.ProductVersion + ";"); 243 244 244 245 cmd.Connection.Open();
