我去看世界纪录片全集:ASP高手进,请教个错误

来源:百度文库 编辑:中科新闻网 时间:2024/04/28 07:47:37
<%
set ru=Server.CreateObject("ADODB.Recordset")
sql="Select * from SoftDown_SoftInfo where System = wmv and SoftID >= "&request("B_ID")&" and SoftID <= "&request("E_ID")&" order by SoftID desc"
ru.open sql,conn,1
do while not ru.bof and not ru.eof %>

错误信息,至少一个参数没有被指定值。
System有两种电影格式,我想要他的条件中有 System=wmv
如果不加System = wmv and 就正常,加了就错误,怎么回事?
不要告诉我,是ru.open sql,conn,1
错误,,,麻烦来个会的说话,弄好了加100分~~

1楼那个,既然你这样能说,那么请你解答下~~

基础知识你都每弄明白,真不知怎么跟你讲