Understanding proxy tables

A proxy table exists in an Adaptive Server database, like other user tables. However, unlike other user tables, the data for a proxy table exists on a remote server.

A proxy table is a user table that allows you to access data in a remote table, view, RPC, directory, or file. A proxy table has all the attributes of a user table, such as columns, indexes, triggers, and so on, but it does not contain any data locally.

Sybase Central also supports creation of proxy tables based on files and directories.

You can create proxy tables as follows:

After you create a proxy table, you work with it as you would with any other table. For complete information about proxy tables, see Component Integration Services Users Guide.