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

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Reference » MobiLink server system tables

 

ml_script_version

This table stores the name and description of scripts associated with each script version.

Column

Description

version_id

INTEGER. A unique integer that identifies the version.

name

VARCHAR(128). The name of the script version.

description

TEXT. The description given to the version. The description is not used by MobiLink, but is useful for application-specific comments. For example, you could describe the purpose of a given script version.

Constraints

PRIMARY KEY( version_id )