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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server System Tables

ml_script Next Page

ml_script_version


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

Column

Description

version_id

INTEGER. Primary key. This column stores a unique integer that identifies the version.

name

VARCHAR(128). This column stores the name of the script version.

description

TEXT. This column stores 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.