ASP网站如何实现调用与当前产品同分类的产品_百度知道
最佳答案: sql="select top 8 [title],file_path,[image] from [article] where ArticleType=2 and id<>"&a_id&" and view_yes=1 order by [time] ...更多关于ASP产品页面怎么引用上一个产品和下一个产品的问题>>
asp,sql,产品详细页上一个产品,下一个产品的问题。_百度知道
最佳答案: 上一个:SQL="SELECT * FROM TABLE WHERE LISTORDER < (select LISTORDER from TABLE where CATID = "&request("catid")&" ) ORDER BY LISTORDER ...更多关于ASP产品页面怎么引用上一个产品和下一个产品的问题>>
ASP中如何实现下一个商品?_百度知道
最佳答案: newrs=server.CreateObject("adodb.recordset") newrssql="select top 1 * from wen where id>"&id&" and type1="&type1&" and type2="&type...更多关于ASP产品页面怎么引用上一