% ID=trim(request.QueryString("id")) if ID="" then ID=1 set Rs = server.createobject("adodb.recordset") Rs.source = "select * from Company where ID="&ID&"" Rs.open Rs.source,conn,1,3 if Rs.eof then Content="还没有添加相关内容!" else Kig=Rs("Kig") Rs("kig")=Kig+1 Rs.update Content=Rs("Content") ComName=Rs("ComName") end if Rs.close set Rs=nothing %>
|
||||||||||||||
|
||||||||||||||
|
||||||||||||||||
|