Last post Sep 22, 2013 03:28 PM by Mikesdotnetting
Member
87 Points
296 Posts
Sep 22, 2013 10:40 AM|ehsansh|LINK
Hi there.
Is it possible to read the list of tables and their structures in an access db?
All-Star
194527 Points
28084 Posts
Moderator
Sep 22, 2013 03:28 PM|Mikesdotnetting|LINK
You can use the OleDbConnection.GetSchema method: http://msdn.microsoft.com/en-us/library/ms135981.aspx
Member
87 Points
296 Posts
How to read Access database tables list and structures?
Sep 22, 2013 10:40 AM|ehsansh|LINK
Hi there.
Is it possible to read the list of tables and their structures in an access db?
All-Star
194527 Points
28084 Posts
Moderator
Re: How to read Access database tables list and structures?
Sep 22, 2013 03:28 PM|Mikesdotnetting|LINK
You can use the OleDbConnection.GetSchema method: http://msdn.microsoft.com/en-us/library/ms135981.aspx