2017小米电视配送城市:ASP问题~~急!!

来源:百度文库 编辑:神马品牌网 时间:2024/04/27 22:30:45
错误类型:
Microsoft JET Database Engine (0x80040E14)
语法错误 (操作符丢失) 在查询表达式 'ywy='3709394' and jdate betweed #2006-8-20# and #2006-8-23#' 中

代码如下:
set rs=server.createobject("adodb.recordset")
SQL =" select * from jia where ywy='"&session("uname")&"' and jdate betweed #"&s_date&"# and #"&e_date&"# "
rs.open sql,conn,1,1
betweed 改为 between 后`~~

先谢谢布鱼

错误类型:
Microsoft JET Database Engine (0x80040E07)
标准表达式中数据类型不匹配

数据库:jdate为:日期
ywy为:文本

between......
拼写错

??