Entering content frame

This graphic is explained in the accompanying text Example: Data Model Locate the document in the library structure

The following example is based on the tables in the SQL Tutorial, see SQL Tutorial, Structure linkSQL Statements for the HOTEL Schema.

Note

After you have installed the Synchronization Manager, go to the directory <independent_program_path>\app\syncman\example\doc for a description of a detailed example.

See also Installation Manual, Structure linkDirectories.

The synchronization involves the master instance DBMASTER and the client instance DBCLIENT.

Defining the Synchronization

Database Instance

DBMASTER

DBCLIENT

Replication Unit

masterunit1

Type: IN/OUT

clientunit1

Type: IN/OUT

Schema.Table

HOTEL.CITY

(Master table)

MONA.TOWN

(Client table)

Table columns

ZIP

NAME

STATE

ZIP

TNAME

TSTATE

Primary key column

ZIP

ZIP

Columns to be synchronized

NAME

STATE

TNAME

TSTATE

See also:

Technical System Landscape

 

Leaving content frame