Revision 597540

Go back to digest for 22nd October 2006

Other in Office

Ian Ventura-Whiting committed changes in /trunk/playground/office:

SQL Query

A program to query SQL databases using a combination of Qt SQL and unixODBC. This is the initial version and still requires a bit more work. At present it will open / close a database connection and allow the database tables to be browsed. At present it can also be used to run SQL queries against the database. SQL scripts can be loaded and saved.

Not yet implemented: Advanced SQL stuff, save connection settings, docs, help and some other stuff. It is just a basic SQL query tool at present, lots more work todo.

File Changes

Added 24 files
  • /trunk/playground/office/sqlquery
  •   /CMakeLists.txt
  •   /databasetable.xpm
  •   /icons
  •   /INSTALL
  •   /mainwindow.cpp
  •   /mainwindow.h
  •   /newconnectiondialog.cpp
  •   /newconnectiondialog.h
  •   /openconnectiondialog.cpp
  •   /openconnectiondialog.h
  •   /sqlconnection.cpp
  •   /sqlconnection.h
  •   /sqlquery.cpp
  •   /sqlquery.pro
  •   /table.xpm
  •   /icons/closeConnection.png
  •   /icons/closeConnection.svg
  •   /icons/newConnection.png
  •   /icons/newConnection.svg
  •   /icons/openConnection.png
  •   /icons/openConnection.svg
  •   /icons/vcs_diff.png
  •   /icons/view_remove.png
Modified 1 files
  • /trunk/playground/office/INDEX
25 files changed in total