Addons/data/dbman
< Addons
Jump to navigation
Jump to search
User Guide | Installation | Development | Categories | Git | Build Log
data/dbman - simple ODBC database and query browser
Provides an example of integrating the dd API
with a simple GUI application.
Browse SVN sources.
Installation
Use JAL/Package Manager or download the data/dbman archive from JAL:j601/addons and extract it into the ~addons/data/dbman folder.
Usage
Load data/dbman addon with the following line
load 'data/dbman'
ODBC and SQL Browser
Database Manager application views and queries database schema and data.
Usage
- Configure a (System) Data Source in ODBC management console.
- To connect to a database file, use [...] button.
- Select system DSN, and UID, PWD if necessary.
See Also
- JDB/Browser utility
- data/sqlite Browser