boatdrinks
IS-IT--Management
I am trying to figure out how this Update statement should look. I think the quotes are in the wrong place.
Dim oleCommand = New OleDbCommand("Update requests Set technician ='" & tech.selecteditem.text & "','" comments ='" & comments.text & "' Where ticket='" & request.Querystring("id"))
Dim oleCommand = New OleDbCommand("Update requests Set technician ='" & tech.selecteditem.text & "','" comments ='" & comments.text & "' Where ticket='" & request.Querystring("id"))