求助:Microsoft JET Database Engine 错误 '80040e07'
Microsoft JET Database Engine 错误 '80040e07'
标准表达式中数据类型不匹配。
/Club_Main_Apply.asp,行 103
----------------------------Club_Main_Apply.asp-------------------------
101 '是否重复申请
102 set rs=server.createobject("adodb.recordset")
103 rs.open "select username from love_clubuser where username='"&username&"' and bigkind="&clubclass&"",conn,1,1
104 IF (rs.State =adStateClosed) or (rs.BOF=true and rs.EOF =true) or rs.RecordCount=0 THEN
105 rs.close:set rs=nothing
106 ifok="ok"
107 End If
108 If ifok<>"ok" Then
109 call msg("您已经是该俱乐部会员,不需要申请!","-1")
110 End if