VIS, I receive this error Incorrect syntax near '('.
and this is my code
cmd.CommandText =
"UPDATE tblproduct SET (id='" & txtid.Text & "',productname='" & txtproductname.Text & "',quantity='" & txtquantity.Text & "',price='" & txtprice.Text & "')"
cmd.ExecuteNonQuery()
please help
and this is my code
cmd.CommandText =
"UPDATE tblproduct SET (id='" & txtid.Text & "',productname='" & txtproductname.Text & "',quantity='" & txtquantity.Text & "',price='" & txtprice.Text & "')"
cmd.ExecuteNonQuery()
please help