Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Remote data access » Proxy tables

 

Creating proxy tables (Sybase Central)

You can create proxy tables using Sybase Central.

Prerequisites

You must have the CREATE PROXY TABLE system privilege to create proxy tables owned by you. You must have the CREATE ANY TABLE or CREATE ANY OBJECT system privilege to create proxy tables owned by others.

Context and remarks

Sybase Central does not support creating proxy tables for system tables. However, proxy tables of system tables can be created using the CREATE EXISTING TABLE statement.

 Create a proxy table
  1. Use the SQL Anywhere 16 plug-in to connect to the host database.

  2. In the left pane, double-click Remote Servers.

  3. Select a remote server, and in the right pane click the Proxy Tables tab.

  4. In the File menu click New » Proxy Table.

  5. Follow the instructions in the Create Proxy Table Wizard.

Results

The proxy table is created.

 See also