Stores a unique ID for each remote database that has synchronized.
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. |
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.
PRIMARY KEY( rid )
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |