贴代码吧
set rsa= Server.CreateObject("adodb.recordset")
accreditcodee 字段值为:AABGYHUUUJJIUYGT
16位
k=rs("dshu")
sqla="select * from productinfo where
[bo]accreditcode like'"&rs("company")&rs("country")&rs("vers")&rs("stylecodex")&"%'order by productid desc" [/bo] '
//上面的rs(...)是从别的表里得的数据,要求搜出accreditcode字段里前6位字符和rs(...)&...相同 我这样写对么?
rsa.open sqla,conn,3,3
if
rsa.bof
or rsa.recordcount < k
then '判断是否存在并且购买的数量是否大于未售出的数量
response.redirect("cntext2.asp")
response.end