|
|
|
สอบถามหน่อยครับ!! ผมต้องการ insert ข้อมูลเเบบหลายๆ column โดยใช้ข้อมูลที่เหมือนกันต่างกันเเค่ ชื่อคน จะมีวิธีการทำยังไงครับ |
|
|
|
|
|
|
|
โค้ดสำหรับ Insert column เดียวเขียนไว้ยังไงละครับ
|
|
|
|
|
Date :
2017-07-19 14:54:26 |
By :
lamaka.tor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โค้ดสำหรับ Insert column เดียวเขียนไว้ยังไงละครับ
|
|
|
|
|
Date :
2017-07-19 15:09:19 |
By :
lamaka.tor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (C#)
MySqlCommand cmd = new MySqlCommand(@"INSERT into Requestcode (Number,Subject,Location,Reserv_Date,Date,Begin_date,End_date,Vehicle,Applicant,Status) Values ('" + TextBox1.Text + "','" + TextBox3.Text + "','" + TextBox4.Text + "','" + DateTime.Now.ToString("yyyy-MM-dd", CultureInfo.CreateSpecificCulture("en-US")) + "','" + sdt + "','" + sdt1 + "','" + sdt2 + "','" + TextBox8.Text + "','" + TextBox9.Text + "','" + "P" + "' )", conn);
|
ประวัติการแก้ไข 2017-07-19 15:11:56
|
|
|
|
Date :
2017-07-19 15:11:15 |
By :
muzaza11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|