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.




get it here http://ppk.ciz.ch/qt_c++/mysql_model...YSQL_Model.zip

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