How to build a Client/Server Application in Qt
Unsolved
General and Desktop
-
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. -
See the Fortune example