Short Description: To replace the SQL text associated with a source.
Syntax
DMXSetSourceSqlText | ID sqlText [sqlTextNumber] |
Parameters
ID | The ID returned by DMXNew that identifies the invocation. |
sqlText | A string with the replacement. |
sqlTextNumber | An integer with the number of the source SQL text you want to change. The sources are numbered sequentially from 1 in the order in which they appear in the application file identified by the applicationFileName parameter for DMXSetApplicationFileName. The parameter is optional and defaults to 1. |
Notes
You can invoke this function at any time after loading the application via DMXSetApplicationFileName and before running the application via DMXRun.