if (comboBox5.SelectedIndex != -1) { command.CommandText = "select date_rental,date_rentalend,time_rental,time_rentalend from Lorry_rental where Lorry_id='" + comboBox5.Text + "' and date_rental <='" + dateTimePicker1.Text + "' and date_rentalend >='" + dateTimePicker3.Text + "' and time_rental <='" + comboBox6.Text + "' and time_rentalend >='" + comboBox7.Text + "' "; command.Connection = conn; conn.Open(); OdbcDataReader red = command.ExecuteReader(); if (red.HasRows) { red.Read(); MessageBox.Show("รถไม่ว่าง กรุณาเปลี่ยนรถคันใหม่ หรือ เปลี่ยนวันเวลาในการเช่า"); text5.Text = ""; comboBox5.Text = ""; comboBox5.Focus(); } red.Close(); conn.Close(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง