ช่วยดู code ตัสต๊อก asp ผมทีว่าถูกมั้ยครับ ถ้ายังไงรบกวนชี้แนะด้วยครับ
for i = 0 to localbag(CARTquantityp,i) if localbag(CARTid,i) <> \"\" Then sql= \"select * from product where id=\"&id rs.open sql,conn,1,3 rs(\"quantityp\")=rs(\"quantityp\")-quantityp end if next for i = localbag(CARTquantityp,i) to ubound(localbag,2) if quantityp > i then if localbag(CARTid,i) <> \"\" Then sql = \"select * from product where id=\"&id rs.open sql,conn,1,3 rs(\"quantityp\")=rs(\"quantityp\")-quantityp end if end if rs.update next rs.close
|