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 » MobiLink - Client Administration » SQL Anywhere clients for MobiLink » SQL Anywhere clients » Publications

 

Modifying an existing publication using SQL

Articles and publications can be modified after they are created.

Prerequisites

There is an existing remote database and you have the SYS_REPLICATION_ADMIN_ROLE system role.

Publications can be altered only by the DBA or the publication's owner.

 Task
  1. Connect to the remote database.

  2. Execute an ALTER PUBLICATION statement.

Results

The publication or article is modified.

Example

The following statement adds the Customers table to the pub_contact publication.

ALTER PUBLICATION pub_contact 
 ADD TABLE Customers

 See also