Contents Index ml_connection_script ml_script_version

MobiLink Synchronization Reference
  MobiLink System Tables
    Introduction

ml_script


Stores the text of all scripts.

Row Description
script_id INTEGER. Primary key. The script_id column stores a unique integer that identifies the script.
script TEXT. The script column stores the text of the script.
script_language VARCHAR(128). The script_language column stores the scripting language used for the script. The scripting language can be sql, java, or dnet.

Contents Index ml_connection_script ml_script_version