Zbiór zmian 448 dla branches/TruckExpo/BrMerger/Form1.cs
- Data:
- 2009-03-16 10:34:26 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
branches/TruckExpo/BrMerger/Form1.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/TruckExpo/BrMerger/Form1.cs
r447 r448 472 472 473 473 Debug.WriteLine("Uff..."); 474 return;474 //return; 475 475 476 476 … … 673 673 674 674 cmd3.CommandText = "INSERT INTO " + bazaReklamDbName + ".dbo.Kontakty " + 675 "(customerId, symbol_agenta, data, rodzaj, opis ) " +676 "SELECT customerId, symbol_agenta, data, rodzaj, opis " +675 "(customerId, symbol_agenta, data, rodzaj, opis, KontaktTypId) " + 676 "SELECT customerId, symbol_agenta, data, rodzaj, opis, 2 " + 677 677 "FROM " + truckExpoDbName + ".dbo.Kontakty " + 678 678 "WHERE Id_kontaktu=" + rdrKontakt["Id_kontaktu"];
