What's New in SQL Anywhere Studio
What's New in Version 7.0.0
Behavior changes in version 7.0.0
New table and script names The tables that hold synchronization scripts and related information in the consolidated database now have new names. Previously, these table names began with the prefix ul_. This prefix has been changed to ml_. Older consolidated databases must be upgraded for compatibility with version 7.0.
Similarly, the stored procedure that facilitates adding table scripts has been renamed from sp_table_script to ml_add_table_script and the stored procedure that facilitates adding connection scripts has been renamed from sp_connection_script to ml_add_connection_script.
Under DB2, these names are truncated to 18 characters.
Synchronization scripts require a version name Synchronization scripts must now be assigned a script version name. Script version names allow the MobiLink synchronization server to treat different clients differently.