Component Integration Services options

Adaptive Server is integrated with Component Integration Services, however the extent of services available depends on the options purchased for your system. A basic installation allows Adaptive Server to create proxy tables on a remote Adaptive Server.

When a user proxy database is created, metadata for the proxy tables is imported automatically from the remote location which contains the actual tables. This metadata is then used to create proxy tables within the proxy database.

Proxy database creation is done through syntax which extends the create database command:

create database <dbname>
      [create database options]
      [with default_location = 'pathname'] 
        [for proxy_update]]