|
|
|
ช่วยดู code update หน่อยครับ พอกดแก้ไขแล้วมันขึ้น incorrect syntax near '.....'....... Vb.net |
|
|
|
|
|
|
|
code update ที่ผมเขียนครับ
Code (VB.NET)
'update button
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Dim update_Constr As String = "Data Source=KWAN-PC\SQLEXPRESS;Initial Catalog=Chqprint;Integrated Security=True"
Dim update_Comstr As String
Dim update_Con As SqlConnection
Dim update_Com As SqlCommand
If TextBox1.Text <> "" AndAlso TextBox2.Text <> "" AndAlso TextBox3.Text <> "" AndAlso TextBox4.Text <> "" Then
update_Comstr = "UPDATE customer SET cus_name = '" & TextBox2.Text & "," & _
"cus_position=" & "'" & TextBox3.Text & "'" & "," & _
"cus_remark=" & "'" & TextBox4.Text & "'" & "," & _
"WHERE cus_id =" & TextBox1.Text & " ; "
'MsgBox(cmdUpdate.CommandText)
update_Con = New SqlConnection(update_Constr)
update_Com = New SqlCommand(update_Comstr, update_Con)
update_Con.Open()
Try
update_Com.ExecuteNonQuery()
MsgBox("ทำการแก้ไขข้อมูลเสร็จเรียบร้อย.", MsgBoxStyle.Information, "Edit Registration")
Catch ex As SqlException
MsgBox(ex.Message)
End Try
End If
update_Con.Close()
fill_listview()
End Sub
จอผลลัพธ์
Tag : .NET, Ms SQL Server 2008, VBScript, Web (ASP.NET), VB.NET, Windows
|
|
|
|
|
|
Date :
2013-10-16 14:03:26 |
By :
kwanckp |
View :
920 |
Reply :
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้า where มันมีพลังงานบางอย่างซ่อนอยู่ ซินแท็กเลยผิด ,
|
|
|
|
|
Date :
2013-10-16 14:52:24 |
By :
anotherdie |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Where มันมีพลังงานซ่อนอยู่จริงๆค่ะ ไม่รู้ว่าเห็นยัง ,,,,,,,,,,,,,,,,,,,,,,,,,,,
แล้วไม่แน่ใจว่า มันต้องเป็น Insert .... Where cus_id = '47' หรือป่าว
ลองดูๆ
|
|
|
|
|
Date :
2013-10-16 17:28:06 |
By :
PiggyGirl |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขึ้นแบบนี้อีกแล้วครับ ไม่ทราบว่ามีพลังอะไรอีกคัพ
Code (VB.NET)
'update button
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Dim update_Constr As String = "Data Source=KWAN-PC\SQLEXPRESS;Initial Catalog=Chqprint;Integrated Security=True"
Dim update_Comstr As String
Dim update_Con As SqlConnection
Dim update_Com As SqlCommand
If TextBox1.Text <> "" AndAlso TextBox2.Text <> "" AndAlso TextBox3.Text <> "" AndAlso TextBox4.Text <> "" Then
update_Comstr = "UPDATE customer SET cus_name = '" & TextBox2.Text & "," & _
"cus_position=" & "'" & TextBox3.Text & "'" & "," & _
"cus_remark=" & "'" & TextBox4.Text & "'" & _
"WHERE cus_id =" & "'" & TextBox1.Text & "'"
'MsgBox(cmdUpdate.CommandText)
update_Con = New SqlConnection(update_Constr)
update_Com = New SqlCommand(update_Comstr, update_Con)
update_Con.Open()
Try
update_Com.ExecuteNonQuery()
MsgBox("ทำการแก้ไขข้อมูลเสร็จเรียบร้อย.", MsgBoxStyle.Information, "Edit Registration")
Catch ex As SqlException
MsgBox(ex.Message)
End Try
End If
update_Con.Close()
fill_listview()
End Sub
|
|
|
|
|
Date :
2013-10-17 08:33:27 |
By :
kwanckp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ข้างหลัง TextBox2.Text มีบางอย่างหายไป
(single quote)
|
|
|
|
|
Date :
2013-10-17 08:35:37 |
By :
anotherdie |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ขอบคุณครับทุกท่านที่ช่วยแก้ไขปัญหา
|
|
|
|
|
Date :
2013-10-17 08:51:48 |
By :
kwanckp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมดีใจที่คุณได้คำตอบครับ
อะไรที่เราคิดว่าไม่มีประโยชน์ วันหนึ่งเราอาจจำเป็นต้องใช้มัน (เห็นคุณค่าของมัน)
|
|
|
|
|
Date :
2013-10-17 12:49:35 |
By :
ผ่านมา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมไม่เคย สมมุติความจริง เพราะนั่นหมายถึงว่า...
|
|
|
|
|
Date :
2013-10-17 12:53:12 |
By :
ผ่านมา |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|