SQLLite
SQLLite is a Database data viewer. It allows to see the tables and views structures and the records of a MDB database.
You can also write sql SELECT statement, execute it, and see the resulting records. You can count records easily just by selecting the rows in the DataGridView and look at the status bar.
You can browse the database schema and see the related database information simply by clicking the Schema informations button in the toolbar.
It’s written in C# using ADO.NET and WinForms.
