First Sample
Purpose
This example illustrates the basic functionality of Data Abstract from RemObjects Software.
The application shows how to receive data from a remote database.
Getting Started
- Build or compile both projects.
- Launch the server (via the menu option: RemObjects | Launch Server Executable).
- Ensure that FirstSampleClient is the selected project and run it.
- Check that the client buttons work as expected.
- Modify the server names list and retry the client actions.
Examine the Code
-
This application was created using the Data Abstract 4.0 Combo Server wizard
(see File->New->Other, tab RemObjects Data Abstract).
After running the wizard, only a DBGrid, two Buttons and 3 lines of code were added.
-
Examine the simple code in FirstSampleclientMain.pas.