ASP
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
要查询以isuse是否为真为条件在access中可直接使用
rs.open "select * from classroom where isUse",conn,1,1
而数据库是sqlserver时非用
rs.open "select * from classroom where isUse=1 ",conn,1,1
才行
相关软件: