Briefcases sample (Delphi)

Data Abstract for Delphi comes with two samples that demonstrate the use of Briefcases to persist client data in a Data Abstract program. They show how to retrieve data from an instance of Relativity Server, store the retrieved data in a briefcase, set properties on a briefcase and reloading it again from disk. The Desktop sample is interactive where the Console based sample isn't.

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. It also demonstrates using DA SQL to selectively retrieve some data from the schema, rather than the whole table.

Sample 2: Desktop based program

The Desktop Sample is an interactive program.

See Also