检索 MS Access 文件中的表列表
如果我可以在 C# 中打开与 MS Access 文件的连接,如何检索 Access DB 中存在的不同表的列表(以及与这些表关联的任何元数据(如果可能))?
If I can open a connection to an MS Access file in C#, how can I retrieve a list of the different tables that exist in the Access DB (and if possible, any meta-data associated with the tables)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚从 David Hayden 找到以下解决方案
I just found the following solution from David Hayden
以下是一些链接:
这是一个获取 Access 表的所有列的 VB.NET 片段,我知道这并不完全是您正在寻找的,但在列出所有表时有一个类似的原则:
Here's are some links:
Here's a VB.NET snipit to get all the columns of a Access Table, I know it's not exactly what you're looking for, but a similar primciple apples when listing all the tables: