Home » Questions » Computers [ Ask a new question ]

What interfaces besides MS Access are available to manipulate MDB files

What interfaces besides MS Access are available to manipulate MDB files

A few years ago I was developing a .NET application for a client that used Microsoft Access. Regardless of the merits of this technical decision, I ended up writing my own query editor for Microsft Access and SQLite files.

Asked by: Guest | Views: 285
Total answers/comments: 3
Guest [Entry]

Oracle SQL developer works as well. It also connects to Oracle, MySql (no surprises) SQL Server, Sybase and DB2. See Database Connections on the feature list
Guest [Entry]

JetSQL Console is an open source command line only console app. Its written in QT, despite having no GUI. Its not very polished, but lets you manipulate MDB files via the command line.
Guest [Entry]

MDBPlus works well and is able to open & edit very old Access databases.