大神求助ODBC标准表达式中数据类型不匹配
打开页面是这样子的
错误 '800a0d5d'
应用程序在当前操作中使用了错误类型的值。
/admin_log_typeupd.asp,行 27
<%
Dim Rs
Dim Rs_cmd
Dim Rs_numRows
Set Rs_cmd = Server.CreateObject (")
Rs_cmd.ActiveConnection = MM_boke_STRING
Rs_ = "SELECT * FROM log_type WHERE log_class_ID=? and user_username=?"
Rs_cmd.Prepared = true
Rs_cmd.Parameters.Append Rs_cmd.CreateParameter("param1", 5, 1, -1, Rs__MMColParam) ' adDouble
Rs_cmd.Parameters.Append Rs_cmd.CreateParameter("param2", 5, 1, -1, Rs__muser) ' adDouble (本行27)
Set Rs = Rs_cmd.Execute
Rs_numRows = 0
%>