怎么调用数据库某子分类下的全部信息?
小弟没学过ASP,只是懂一点简单的。碰到一个问题,请教一下,或者这对你们是很容易的!
程序代码: dim datawhere'
if SortPath<>"" then'
datawhere="where ViewFlag and Instr(SortPath,'"&SortPath&"')>0 "
else
datawhere="where ViewFlag "
end if
我只要调用sortpath下的符合37这个数值的数据。
请帮一下!

