开发者

query for ms access

开发者 https://www.devze.com 2023-01-13 10:52 出处:网络
my query is \"SELECT column_name, table_name FROM information_schema.columns\" .but it execute true in sqlserver ,but it dosn\'t execute true

my query is "SELECT column_name, table_name FROM information_schema.columns" .but it execute true in sqlserver ,but it dosn't execute true in Ms Access.i want to开发者_StackOverflow社区 get all colums and tables'name from specific database.thanks.


Look to this question: How to extract the schema of an Access (.mdb) database?

0

精彩评论

暂无评论...
验证码 换一张
取 消