access 得到该数据库中所有的表名

access :
如果表存在,如何得到这个表?

SELECT *
FROM MSysObjects where name='ExamResultTime ' and type=1 and flags=0

//得到该数据库中所有的表名

SELECT name FROM MSysObjects where type=1 and flags=0

posted @ 2009-12-14 16:02  杨子宜  阅读(109)  评论(0编辑  收藏  举报