Chapter 7. SQL Remote Design for AdaptiveSer verAnywhere
Publishing data
Thissection describes how to create simple publications consisting of whole
tables,or of column-wise subsets of tables; these tables are also called
articles. Youcan perform these tasks using Sybase Central or with the
CREATEPUBLICATION statement in InteractiveSQL.
Allpublications in Sybase Central appear in the Publications folder. Any
articlesyou create for a publication appear on the Articles tab in the right
panewhen a publication is selected.
Eachpublication can contain one or more entire tables, but partial tables are
alsopermitted. Atable can be subdivided by columns, rows, or both.

Publishing whole tables

Thesimplest publication you can make consists of a single article, which
consistsof all rows and columns of one or more tables. Thesetables must
alreadyexist.
Topublish one or more entire tables (Sybase Central)
1. Connect to the database as a user with DBA authority.
2. In the left pane, select the Publications folder.
3. From the File menu, choose New Publication.
ThePublication Creation wizard appears.
4. Type a name for the publication. Click Next.
5. On the Tables tab, select a table from the list of Available tables.
ClickAdd. Thetable appears in the list of Selected Tables on the right.
6. Optionally, you may add additional tables. The order of the tables is not
important.
7. Click Finish.
Topublish one or more entire tables (SQL)
1. Connect to the database as a user with DBA authority.
2. Execute a CREATE PUBLICATION statement that specifies the name of
thenew publication and the table you want to publish.
Example
93