Hi to all!

In my software project I have an arbitrary number of client modules connected via TCP/IP to my server module. Under my server there is an TCP/IP connection to MySQL server. To centralize mysql strings, used in whole application, I will write several/many/as many as needed stored procedures, which will reside in my mysql server scheme. So, what I do not know is, how to transfer a command for calling of one of these stored procedures from client via tcp/ip to server module and then again via tcp/ip from server to mysql server?
Since mysql does not support any "notifying mechanism" for for instance notifying a succesfull record addition/change/deletion, I must trigger database change notification to client module from my server module. Is this possible with existing database and tcpip qt classesd?!

Any help would be very appriciated.

Sincerely,
Marko