Commands
Data Abstract for Delphi comes with two samples that demonstrate remotely executing a Command which is stored in a server's Schema. They all demonstrate using an INSERT
, UPDATE
and DELETE
command on a data table stored in the Simple
schema.
Typically the samples are located in `C:\Program Files (x86)\RemObjects Software\Data Abstract for Delphi\Samples. Inside that folder you will find folders for each programming language that Data Abstract for Delphi supports.
Sample 1: Console based program
The Console Sample is a non interactive program that retrieves data and prints it to the console.
Sample 2: Desktop based program
The Desktop Sample is an interactive program.