on 2020 Sep 09 4:42 AM
I've generated a sample Mobilink project via the graphical wizard and obtained the cons_setup.sql and remote_setup.sql scripts. I can see that they're using a bunch of ml_*
procedures/functions:
ml_*
procedures documented there, but none of the ones that are used in the two SQL scripts above!ml_*
related tables and procs in a consolidated DB? Where is all of this documented?Related to https://sqlanywhere-forum.sap.com/questions/35971/mobilink-getting-started-without-graphical-wizard
Request clarification before answering.
See the docs for the according consolidated databases, to cite:
To set up a database so that it can be used as a MobiLink consolidated database, you must run a setup script. Your SQL Anywhere installation includes a script for each of the supported RDBMSs. These scripts are all located in %SQLANY17%\\MobiLink\\setup.
I cannot check this currently but IIRC the scripts should define those ML objects. And of course the scripts to define those vary for the different consolidated databases types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
They are described in great detail in Parts of a MobiLink application".
The MobiLink consolidated architecture is event driven, so the ml_* procedures are referred to as event handlers, as in "SQL row handlers", also called "table events".
Here's an example of the detailed docs: download_cursor table event
For more information about how ml_add_table_script works, see the actual code in C:\\Program Files\\SQL Anywhere 17\\MobiLink\\Setup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
20 | |
9 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.