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_qa_status_staging Next Page

ml_script


This table stores the content of all scripts.

Column

Description

script_id

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

script

TEXT. The script column stores the text of the script.

script_language

VARCHAR(128). This column stores the scripting language used for the script. The scripting language can be sql, java, or dnet.

checksumVARCHAR(64). This column is used internally.