Tech Tip: What happened to the Compiled Application command?
PRODUCT: 4D Developer | VERSION: 11 | PLATFORM: Mac & Win
Published On: April 2, 2008
The Compiled Application command has been replaced with "Is compiled mode" in 4D v11 SQL. This new command now accepts the "*" parameter. Passing the "*" provides detection of either a component database or host database running compiled.
-If the * parameter is passed, the command returns True or False depending on the mode in which the host database is running,
- If the * parameter is not passed, the command returns True or False depending on the mode in which the component is running.
Related resources:
How to check programmatically if database is compiled