静静在线等:郁闷一个下午的 select语句
dim types
types=request.QueryString("typ")
/*typ来自另一个xx。asp:<a href="classify.asp?typ=文学书籍"></a>*/
....
rs.open"select * from books where remaincount<>0 and typ='"&types&"' order by book_id DESC",cn,3
/*其中books为表remaincount,types,book_id为其中的列*/
当加入typ='"&types&"'后就出问题