Commands
Data Abstract for Cocoa comes with three 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.
The Console sample uses a synchronous method to execute the command, where the Desktop and Mobile samples demonstrate using an asynchronous approach.
Sample 1: Console based application
The Console Sample is typically located in /Developer/RemObjects Software/Samples/Data Abstract/Console/Commands
, though you may have installed the sample in another location.
Sample 2: Desktop based application
The Desktop Sample is typically located in /Developer/RemObjects Software/Samples/Data Abstract/Desktop/Commands
, though you may have installed the sample in another location.
Sample 3: Mobile (iOS) based application
The Mobile Sample is typically located in /Developer/RemObjects Software/Samples/Data Abstract/Mobile/Commands
, though you may have installed the sample in another location.