
MySqlCommand ss = new MySqlCommand("SELECT * FROM raporlar where ctarih is not null and ctarih between '"+d1+"' and '"+d2+"'", baglanti);

1
●37

MySqlCommand ss = new MySqlCommand("SELECT * FROM raporlar where ctarih is not null and ctarih between '"+d1+"' and '"+d2+"'", baglanti);
