Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQLでは次を使用できます
SELECT * FROM INFORMATION_SCHEMA.TABLES
など、データベース構造に関する情報を取得します。Accessデータベースで同じことを実現する方法を知る必要があります。
同等の操作は、
OleDbConnection.GetOleDbSchemaTable()メソッド。
詳細については、 http://support.microsoft.com/kb/309488を参照してください。