1
vote
1answer
104 views
Software Design: Tier 2 Application with ClientDataSet and Sockets
I have the task to create a tier 2 application as follows:
MSSQL Database <-> Server <-> n-Client (n for many)
The client sends data to the server. The server selects stuff from the database …
