PDA

View Full Version : MYSQL 5 Table qt model as small Mysql admin



patrik08
1st May 2007, 09:43
I have write two class, one is a subclass from QTableView

class Mysql_Table : public QTableView

to include as Widged on other projekt to simply edit table....
The base Widged class GrepTable have qmenu to export dump && show other info from mysql.. + log each query update is emit by a signal to play on other back-up db. Or you can use , create master / slave connection to replication.


http://ppk.ciz.ch/qt_c++/mysql_model_browser/mysql_browser_model.png

get it here http://ppk.ciz.ch/qt_c++/mysql_model_browser/MYSQL_Model.zip

If anybody know how to call http://dev.mysql.com/doc/refman/5.0/en/stored-procedures.html
to play a dump file, tell me please.