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

SQL Anywhere 11.0.1 » MobiLink - Server Administration » MobiLink Reference » MobiLink server system tables

 

ml_database

Stores a unique ID for each remote database that has synchronized.

Caution

Do not alter this table.

Column Description
rid INTEGER. A unique integer that identifies the remote ID. This value is used internally.
remote_id VARCHAR(128). The remote ID that uniquely identifies each remote database.
script_ldt TIMESTAMP. The last time a passthrough script was downloaded.
description VARCHAR(128). Reserved.
Remarks

The remote ID is sent by the client in each synchronization. The MobiLink server tracks the state information for each remote database using this remote ID.

Constraints

PRIMARY KEY( rid )