PDA

View Full Version : Help in Network



aloool14
23rd October 2013, 12:10
Hi ,,

Worked client software and server
I want the client to queries from the database server
How do I recover the query data in an regulator
Model View

I use method QTcp ...

Are there any method another ??

thanks in First

toufic.dbouk
23rd October 2013, 12:57
Send the query from client to server, execute it at the server side, get the result , send it back to the client,
and show it in the suitable model.

I use method QTcp...
Tcp is an internet protocol at the transport layer and not a method.


Good Luck.

aloool14
23rd October 2013, 13:22
thanks ,,
problem in recovered
How recovered that data in an regulator

Can I recover the QSqlTableModel ??