摘要:
To include views in your projectsimply open SQLServer.ttinclude Find the query that load the tables ( search form ‘const string TABLE_SQL’) then change it toconst string TABLE_SQL=@"SELECT *FROM INFORMATION_SCHEMA.TABLESWHERE TABLE_TYPE='BASE TABLE'unionselect Table_catalog, table_schem 阅读全文
posted @ 2012-03-16 14:57
feikzhang
阅读(243)
评论(0)
推荐(0)