Tag Archives: database programming
Database application development pathways with RAD Studio XE2
Embarcadero’s RAD Studio XE2 allows the following database development pathways: Delphi Object Pascal or C++ generated DataSnap middle tier data servers which run on a Windows server and allows the following thin clients to connect to it: Delphi Object … Continue reading
An approach to client server databases using Delphi
The following is an approach I have used successfully in robust 24×7 multi-user client server database applications using Delphi 6 and upwards and using either Sybase or MS SQL Server databases. This approach uses the traditional Delphi MIDAS TClientdataset-based approach … Continue reading