Zbiór zmian 672

Pokaż
Ignoruj:
Data:
2009-06-01 15:22:31 (17 years ago)
Autor:
marek
Opis:

re #161 - tytuly, wyswitlaj tylko te, ktore maja flage Active ustawiona na 1

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • branches/ReklamaReorganizacja/BazaReklam/Classes/DBBindings.cs

    r658 r672  
    3939            command.Connection = new SqlConnection(ConnString.getConnString().Value); 
    4040 
    41             command.CommandText = "select Id, SYMB from [LISTA TYTU£ÓW] where st_aktywny=-1"; 
     41            command.CommandText = "select Id, SYMB from [LISTA TYTU£ÓW] where Active=1"; 
    4242            command.Connection.Open(); 
    4343