|
|
|
ไม่ทราบว่าถ้าเกิดเราตั้ง id เป็น Autonumber เราต้องเขียนรูปแบบการ update อย่างไรคับ |
|
|
|
|
|
|
|
Code (VB.NET)
If MessageBox.Show("ต้องการแก้ไขข้อมูล", "แจ้ง", MessageBoxButtons.YesNo, MessageBoxIcon.Question) = Windows.Forms.DialogResult.Yes Then
Dim up As String = "update register"
up &= " set id_shop ='" & TextBox2.Text & "',"
up &= " code_label ='" & ComboBox1.Text & "',"
up &= " wide ='" & TextBox3.Text & "',"
up &= " lengthy ='" & TextBox4.Text & "',"
up &= " unit ='" & TextBox5.Text & "',"
up &= " relate ='" & Label11.Text & "'"
up &= " where id_la ='" & TextBox1.Text & " "
comm.CommandText = up
comm.CommandType = CommandType.Text
comm.Connection = con
comm.ExecuteNonQuery()
End If
MessageBox.Show("แก้ไขข้อมูลเรียบร้อยแล้ว", "แจ้ง")
Call showdata()
แล้วต้องเปลี่ยนรูปแบบตรง up &= " where id_la ='" & TextBox1.Text & " " ยังไงหรอคับ ถ้าเอา ' ออก แล้วเราลองรันและแก้ไขมันก็ฟ้องว่า Syntax error in string in query expression 'id_la ='6'.
Tag : .NET, VB.NET
|
|
|
|
|
|
Date :
2012-08-18 10:22:14 |
By :
มือใหม่ |
View :
1033 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok คับได้แล้วคับ
|
|
|
|
|
Date :
2012-08-18 10:28:28 |
By :
มือใหม่ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2012-08-19 08:54:18 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|