|
|
|
Save Datetime ลงในฐานข้อมูลแล้ววันที่เลือกกับวันที่ save ใน ฐานข้อมูลไม่ตรงกันค่ะ |
|
|
|
|
|
|
|
ลอง save ข้อมูลเพื่อลงในฐานข้อมูลค่ะ แต่พอไปเปิดดูใน database วันที่กลับกลายเป็น วันที่ 1/1/2443 ซึ่งไม่ตรงกับวันที่เลือกก่อน save อ่ะค่ะ
ลบกวนช่วยดูโค๊ดให้หน่อยนะคะ ^O^
Code (C#)
command.CommandText = "insert into Lorry_order values('" + textBox7.Text + "','" + comboBox10.Text + "','" + textBox6.Text + "','" + textBox5.Text + "','" + comboBox9.Text + "','" + textBox12.Text + "'," + DateTimePicker1.Value.ToShortDateString() +",'" + ComboBox1.Text + "'," + DateTimePicker2.Value.ToShortDateString() +",'" + ComboBox2.Text + "','" + comboBox11.Text + "','" + textBox10.Text + "','" + textBox11.Text + "','" + textBox2.Text + "','" + textBox4.Text + "','" + textBox3.Text + "','" + comboBox8.Text + "','" + comboBox12.Text + "','" + textBox9.Text + "','" + textBox8.Text + "')";
command.Connection = conn;
conn.Open();
command.ExecuteNonQuery();
conn.Close();
Tag : .NET, Ms SQL Server 2005, VB.NET, C#, VS 2005 (.NET 2.x), VS 2008 (.NET 3.x)
|
|
|
|
|
|
Date :
2011-08-29 14:46:33 |
By :
pro_mer |
View :
1007 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Convert ให้ถูก Format ด้วยครับ
|
|
|
|
|
Date :
2011-08-29 17:10:26 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|