Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.46 KB | None | 0 0
  1. "update HandlingTeam set" & _
  2.                       " HandlingTeamName='"&REPLACE(TRIM(request.form("hnamef")),"'","''")&"'," & _
  3.                       " HandlingTeamContactNo1='"&REPLACE(TRIM(request.form("hnumf")),"'","''")&"'," & _
  4.                       " HandlingTeamContactNo2='"&REPLACE(TRIM(request.form("hnum2f")),"'","''")&"'," & _
  5.                       " HandlingTeamPassword='"&REPLACE(TRIM(request.form("hpassf")),"'","''")&"'" & _
  6.                       " where HandlingTeamID = '"&REPLACE(TRIM(request.form("uhidf")),"'","''")&"'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement