Tagged Questions
2
votes
2answers
882 views
Using VCL for the web (intraweb) as a trick for adding web interface to a legacy non-tiered (2 tiers) Delphi win32 application does make sense?
My team is maintaining a huge Client Server win32 Delphi application. It is a client/server application (Thick client) that uses DevArt (SDAC) components to connect to SQL Server.
The business logic ...
1
vote
1answer
304 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 ...