怎么会有些数据写不进数据库(粗体表示的)
<%sql="select * from [huiyuan]"
set rs = server.createobject("ADODB.RecordSet")
rs.open sql,conn,1,3
if nowdanwei=110 then
rs.close
set rs = nothing
end if
if nowdanwei=109 then
rs.addnew
rs("username") = nowtitle
rs("xinbie") = nowxinbie
rs("tel") = nowtel
rs("address") = nowguige
rs("card") = nowhuohao
rs("id_zu") = nowid_zu
rs.update
rs.close
set rs = nothing
end if
%>