后台代码读取得到数据,但是删除不了,不知哪里出错。asp高手来看下
此处调用写错,应该改成sqldel="delete * from honor where id="&int(id)c_savepathfilename=rs("c_savepathfilename") e_savepathfilename=rs("e_savepathfilename") filesmall=rs("smallphoto") filezoom=rs("bigphoto") 赞同
此处调用写错,应该改成sqldel="delete * from honor where id="&int(id)c_savepathfilename=rs("c_savepathfilename") e_savepathfilename=rs("e_savepathfilename") filesmall=rs("smallphoto") filezoom=rs("bigphoto") 赞同
答案:删除语句 delete from 表 where 条件 ,没有“ * ”。
上一个:asp.net中怎么用repeater控件显示数据库表信息??下面的代码不显示数据呢?
下一个:在ASP中用vbscript里的for next语句随机产生15个50以内的不相同的整数,代码应该怎么打