How to build a Client/Server Application in Qt
-
wrote on 5 May 2016, 17:20 last edited by
Hi everyone,
I'd like to build a Client/Server Application in Qt.
I mean an App that will have a server app installed in a server coupled with MS SQL Server Database. (Core)
and in the client PC, I must have a Form to update/fill that Ms SQL Server database located in the server PC.
So I mean a Network Shared application.
I just need some ideas, how to implement it???
Maybe it needs QNetwork class or ????
Any ideas appreciated !!
Thanks. -
wrote on 5 May 2016, 17:24 last edited by
See the Fortune example
1/2