SQL Query
SQL Query is a graphical database query tool. This program allows users to quickly connect to SQL databases, browse and run SQL queries.
Contents
Requirements
SQL Query has the following requirements:
- GNU C++ compiler
- QT version 4.1+
- unixODBC version 2.2.11+
- CMake
Although SQL Query has only been tested with unixODBC, it will likely work with other ODBC libraries, such as those on Windows systems.
Installation
To build SQL Query, first extract the archive and change into the source directory. The build process follows the standard CMake build process:
- mkdir build
- cd build
- cmake ../
- make
- sudo make install
Please note that although SQL Query is functional, it is still in development and requires additional development.
Downloads
| Version | Description | MD5 |
|---|---|---|
| Pre-SVN | Source code | 1d0482361a47af9afaed9ba916ecb4d8 |
SQL Query tool is now in the KDE subversion repository in trunk/playground/office/sqlquery.
License
ODBC Stats is covered by GPL version 2. You can get a copy from here.