This is a GUI Database query tool. It allows a user to request specific information with just a few clicks. It has drill-down and print capabilities and requires no end-user knowledge of the underlying sql or database structure.
Be the first to post a text review of ADeQuaTe - Alan's Database Query Tool. Rate and review a project by clicking thumbs up or thumbs down in the right column.
ADeQuaTe (Alan's Database Query Tool) is a GUI database query tool that does not require end-user knowledge of the structure of the data. Release 1.1.1 adds an export function to write the data to a file. This program lets the user specify what data they want by selecting items from a few combo boxes, based on criteria entered through the criteria editor. The user can drill down through the data and sort on any displayed column. Users cannot update data, only display and print. It is written using qt from http://www.trolltech.com so it should be able to run on a variety of platforms (Linux, mac, win). It should also be database independent, although I have only used it with Postgres ( http://www.postgresql.org ) The most significant change for release 1.1.1 is the addition of the export function. This allows you to write the data to a file for import into another program for further processing. It also has internal changes to get along better with MSVC++ 6.0, for compilation under Windows. Also fixed is the multi-pass capability. Multi-pass queries will now work for more than one userid. The home page is at http://adqt.sourceforge.net
2006-03-02 alan hoover <alan@alan_linux_machine> * drop work table immediately when finished, So it will be available to the next person. 2006-03-01 alan hoover <alan@alan_linux_machine> * add export function * clean windows compiles * clean up sort
2006-03-02 alan hoover <alan@alan_linux_machine> * drop work table immediately when finished, So it will be available to the next person. 2006-03-01 alan hoover <alan@alan_linux_machine> * add export function * clean windows compiles * clean up sort
2006-03-02 alan hoover <alan@alan_linux_machine> * drop work table immediately when finished, So it will be available to the next person. 2006-03-01 alan hoover <alan@alan_linux_machine> * add export function * clean windows compiles * clean up sort
ADeQuaTe (Alan's Database Query Tool) is a GUI database query tool that does not require end-user knowledge of the structure of the data. Release 1.1 includes a visual criteria editor. This program lets the user specify what data they want by selecting items from a few combo boxes; based on criteria entered through the criteria editor. The user can drill down through the data and sort on any displayed column. Users cannot update data, only display and print. It is written using qt from http://www.trolltech.com so it should be able to run on a variety of platforms (Linux, mac, win). It should also be database independent, although I have only used it with Postgres ( http://www.postgresql.org ) The most significant change for release 1.1 is the addition of a visual editor for the criteria tables, so you no longer have to manually key the criteria into tables. The home page is at http://adqt.sourceforge.net
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?