各位大虾,求救
各位大虾,你们帮我检查下下面的句子为什么会报出数据类型不匹配的错误,<%
dim do_man,do_time,sql
do_time=cdate(request.form("do_time"))把字符串型转时间日期型
do_man=trim(request.form("do_man"))
if do_man<>"" then
sql="update [nd_msg] set [do_man]='"&do_man&"' and [do_time]='"&do_time&"' and [agn_type]='1' where [id]='"&session("id")&"' and [nd_name]='"&session("nd_name")&"'"
conn.execute sql
我的最大嫌疑句就是那个转换,不知道各位虾有何高见!!!!