You copy and paste above :
And CodeCode:QUERY = "UPDATE CL SET MemCnt='" & ClanMembers & "' WHERE ClanName='" & clName & "'"
RS.Open QUERY, objConn, 3, 1
you paste it in ClanInserClanWon in ServerMain.Code:If ClanMembers > 60 Then
Set RS=Nothing
objConn.Close
Set objConn = Nothing
strReturn = "Code=4" & strSplit
Response.Write(strReturn)
Response.End
Else
