asp中,用session的获取值作为条件查询数据库

2024-12-17 08:38:21
推荐回答(2个)
回答1:

你要这么写:
SQL="SELECT * FROM chengji where xh='"&Session("username")&"' ORDER BY id ASC"

回答2:

用个string接受起来去做条件。