MobiLink Connection Script/table Script Properties

MobiLink connection script and table script property sheets contain most of the standard event script tabs along with the MobiLink tab, the properties of which are listed below:

General Tab Additional Property

Property

Description

Version

Specifies an event script version in order to identify the script to use among a set of scripts. When working with synchronization scripts, you can right-click a MobiLink server and use the commands to rename, duplicate or delete a script version.

MobiLink Tab

Property

Description

Language

Specifies the language in which the script is written. You can choose from one of the following values:


  • SQL – specifies an SQL script.

  • Java – specifies a Java script. You must type the fully qualified Java class name and the operation name.

  • .NET – specifies a .NET script. You must type the fully qualified .NET class name and the operation name.

Enable stored procedure

Specifies the use of a stored procedure, along with a stored procedure name template having the following syntax: pdml_<Event>_<Process> or <Table>_%Version%

<Event> is the name of the event, <Process> is the code of the MobiLink server, <Table> is the code of the MobiLink article, and %Version% is the version of the script.


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com