
QtMbbSql
Source (link to git-repo or to original if based on someone elses unmodified work):
My first application in C + +, and my first use of Qt.
Main purpose: to execute Select, obtain the result in tabular form, which is then exported to different formats.
In the editing window - the list of available user tables in the database, choose carefully and try to edit the data. You can replace the primary key, the proposed database, and Qt for the selected table (or miserable at the table of the key do not, then to Oracle such candidate for the role of the primary key can be psevdostolbets ROWID, for other databases - I do not prescribe for yourself - make no mistake, with non-unique column as the primary key can send surpluses! But cool).
Interface English and Russian. File transfer to the subdirectory lang. Language depends on the system localization. Now there is only a file qtmbbsql_ru.qm for Russian language (and the source language file for those who want to make your own translation).
Options: Ini-file is created in the application directory.
In version 0.02:
+ Export to CSV (see options)
+ Export to TXT (see options)
+ Support Exaro_report (2 ways)
* Simple performance report
* Report to run with the replacement of the first request in his report:
such a request to record "SELECT field1, field2 from table1" can be
replaced by his so: "SELECT field1, field2 from table1 where field3 = value4 order by field5".
In version 0.03:
+ Export to MS Excel XML (see options)
* Some bufs fixed
Ratings & Comments
1 Comment
What does it mean 'License: free'? Is it GPL? Also you are not offering the source code as a download or in any way. Qt-Apps is for free (as in free speech) software (which is not necessarily free as in free beer). If you don't want to give its source code, then Qt-Apps isn't the place for your app. For proprietary Qt applications exists Qt-Prop.org, which just like Qt-Apps but there you don't need to give your source code.