日期:2010-06-05  浏览次数:20853 次

 

要查询以isuse是否为真为条件在access中可直接使用

rs.open "select * from classroom where isUse",conn,1,1

而数据库是sqlserver时非用

rs.open "select * from classroom where isUse=1 ",conn,1,1

才行