You can create a publication that contains all the rows, but only some of the columns of a table from Sybase Central or by listing the columns in the CREATE PUBLICATION statement.
If you create two publications that include the same table with different column subsets, then you may only create a synchronization subscription for one of them.
An article must include all the primary key columns in the table.
Connect to the remote database as a user with DBA authority using the SQL Anywhere 12 plug-in.
Open the Publications folder.
Choose File » New » Publication.
In the What Do You Want To Name The New Publication field, enter a name for the new publication. Click Next.
Click Next.
On the Available Tables list, select a table. Click Add.
Click Next.
In the Available Columns list, expand the list of available columns. Select a column and click Add.
Click Finish.
Connect to the remote database as a user with DBA authority.
Execute a CREATE PUBLICATION statement that specifies the publication name and the table name. List the published columns in parenthesis following the table name.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |