有一段代码中有一句代码提示数据类型不对:提示数据类型不匹配 '[string: ""]'
session("zy24")= rs("zy24") session("zy25")= rs("zy25")
上面二句在index.asp中出现,把数据库的志愿(文本)赋于session中的变量
下面又是另一个页面中的代码se
c1=session("zy31")
c2=session("zy32")
d1=session("zy24")
d2=session("zy25")
if trim(d1)<>"" and trim(d2)<>"" then //数据类型不匹配 '[string: ""]'