.NET tool for browsing MDB database
问题 I'm looking for a solution to provide MDB database viewing capabilities in my WinForms application. The goal is to allow user browsing tables, columns and rows. Any open-source or freeware widget available for this? 回答1: I think you don't need a special widget for this. You can do it quite easily yourself, only with built-in .net stuff and a bit of Access knowledge. 1) Browsing tables (=getting a list of all existing tables): Every MDB (at least A2000 and A2003, I have never used A2007 and