access 得到该数据库中所有的表名
access :
如果表存在,如何得到这个表?
SELECT *
FROM MSysObjects where name='ExamResultTime ' and type=1 and flags=0
//得到该数据库中所有的表名
SELECT name FROM MSysObjects where type=1 and flags=0
access :
如果表存在,如何得到这个表?
SELECT *
FROM MSysObjects where name='ExamResultTime ' and type=1 and flags=0
//得到该数据库中所有的表名
SELECT name FROM MSysObjects where type=1 and flags=0