SET EXECUTEMODE
Documentation | Blog | Demos | Support
SET EXECUTEMODE
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
SET EXECUTEMODE
Controls the mode of software execution.
Syntax
SET EXECUTEMODE SQLMODE | ZIMMODE | SERVERMODE
Comments
The EXECUTEMODE option is set to SQLMODE by default.
The SQLMODE option executes SQL database code.
The SERVERMODE option executes integrated Zim server code.
The ZIMMODE option executes standard Zim code. In ZIMMODE, EntType, RelType, and so on are ignored. In this way, it can be used for testing without an effective connection.
When EXECUTEMODE is SQLMODE, Zim executes integrated server requests on the target Zim server if possible. Otherwise, it sends SQL requests to the server. When EXECUTEMODE is SQLMODE, Zim executes code against the target SQL database. By setting EXECUTEMODE to ZIMMODE, Zim executes the code as standard Zim code.
Example
To execute Zim Client-server code as standard Zim code, enter
> set executemode zimmode
See Also
0 out of 5 stars
5 Stars | 0% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |