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

ml_connection_script


For a given script version, this table associates a script with a given event.

Column

Description

version_id

INTEGER. Primary key. This column references the version_id column of the ml_script_version table.

event

VARCHAR(128). Primary key. This column stores the name of the event that triggers the connection script.

script_id

INTEGER. Foreign key. This column references the script_id column of the ml_script system table. The text of the connection script is stored in the ml_script system table.

Remarks

There is a view, ml_connection_scripts, that makes it easier to view the contents of the ml_connection_script MobiLink system table.