|
|
|
Syntax error in string in query expression อีกแล้วครับ |
|
|
|
|
|
|
|
Code (VB.NET)
"plink='"& plink &"' " & _
เครื่องหมาย ' หายครับ
|
|
|
|
|
Date :
2009-10-05 21:24:25 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คอมพิวเตอร์นี่มันผิดยากจริงๆนะ
|
|
|
|
|
Date :
2009-10-07 10:45:58 |
By :
doji |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If MsgBox("ต้องการแก้ไขข้อมูล", CType(vbQuestion + vbYesNo, MsgBoxStyle), "คำยืนยัน") = vbYes Then
Dim sqlAdd As String = ""
sqlAdd = "UPDATE tblProduct"
sqlAdd = sqlAdd & " SET ID='" & txtID.Text & "',"
sqlAdd = sqlAdd & " Proname='" & txtName.Text & "',"
sqlAdd = sqlAdd & " ModelName='" & txtModelName.Text & "',"
sqlAdd = sqlAdd & " Model='" & txtModel.Text & "',"
sqlAdd = sqlAdd & " Prodetail ='" & txtDetail.Text & ","
sqlAdd = sqlAdd & " WHERE (ProID=" & txtID.Text & ")"
With cm
.CommandType = CommandType.Text
.CommandText = sqlAdd
.Connection = Conn
.ExecuteNonQuery() <<<<<<<<<<<<<<<<<<Syntax error in string in query expression แก้ไขยังไงครับรบกวนด้วยครับ
End With
|
|
|
|
|
Date :
2012-06-12 12:10:57 |
By :
Mr'ก |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|