本文介绍了在MDB中列出外键约束的简便方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在MDB中列出外键约束的简便方法是什么?
What is an easy way to list the foreign key contraints in an MDB?
是否存在可以查询以列出此信息的系统表?
Is there a system table that can be queried in order to list this information?
具体地说,我需要知道MDB中是否存在任何外键约束.
Specifically, I need to know whether any foreign key contraints exist in the MDB.
推荐答案
看看select * from MSysRelationships
的结果.
这篇关于在MDB中列出外键约束的简便方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!