|
jezemine
Flowing Fount of Yak Knowledge
USA
2871 Posts |
Posted - 02/18/2007 : 02:03:35
|
there is no such thing in access.
The closest thing I know of is the OleDbConnection.GetOleDbSchemaTable() method. if you connect to an access db and call this, it will give you metadata about all the objects. Note that this will work for any OleDb provider that supports the method, not only access providers.
http://support.microsoft.com/kb/309488
www.elsasoft.org |
 |
|