SQL Anywhere Studio Help
MobiLink Help
MobiLink wizards
The Add Connection Script wizard walks you through the steps for creating a connection script. Connection scripts control actions centered on connecting and disconnecting. They also permit actions at synchronization-level events such as beginning and ending the upload or download process. You only need to write a connection-level script when some action must occur at a particular event.
The Add Table Script wizard walks you through the steps for creating a table script. Table scripts allow actions at specific events relating to the synchronization of a specific table, such as the start or end of uploading rows, resolving conflicts, or selecting rows to download.
The Add Connection Script wizard and Add Table Script wizard have the following components:
What is the version for the script? Select a version for the table or connection script from the dropdown list.
What event is the new script for? Select the event that causes this script to be executed from the dropdown list.
What is the language for the script? Select a language for the script. You can choose either SQL or Java.
Edit the script of the new event immediately Select this option if you want the script to appear in a window where you can edit it when you click Finish.