Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

SQL arttırma islemi


Lancester

Öne çıkan mesajlar

OleDbConnection con = dbConnection.createConnection();
string query = "update flights set numberofpassenger='"+(int.Parse(TextBox1.Text))+"' where fromlocation='" + DropDownList1.Text + "' and tolocation='" + DropDownList2.Text + "' and departuredate='" + DropDownList3.Text + "' and returndate='" + DropDownList4.Text + "'";

Musteri ucus sectigi zaman passenger sayısını girilen sayı kadar artmasını istiyorum.Fakat her defasında maalesef yazdıgım sayı cıkıyor.Bunu increase etme sansım var mı?

Yoksa t-sql mi kullanmak zorundamıyım?
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...