DA SQL sample (Delphi)

Data Abstract for Delphi comes with two samples that demonstrate different ways to use DA SQL to retrieve particular data from a schema.

DA SQL is a technology introduced to Data Abstract that gives clients the full flexibility of SQL queries to describe their data needs. These SQL queries will be run against the middle tier rather than against the back-end database(s), using the table and field names that are defined in the schema rather than those defined in the back-end database.

The samples are located in C:\Users\Public\Documents\RemObjects Samples\Data Abstract for Delphi.

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.

See Also