Clarion Language
You have to ADD the template shipped and registered automatically in the application (or in the relevant dll only)
Select Global Extensions
Select DMC Runtime Engine Global
Click on Add

ALL the Tabs are pre filled for you with the different variables to use so as to enable you to pilot the RT engine "link" table from your application :
ie : we have added a variable called GLODMC:PATH_S which we have pre filled in the Source Path to Tables field
This means that in your application you only have to prime this variable with YOUR PATH to Tables (source) before calling the process.
for example in your code you will use this line :
GLODMC:PATH_S = GLO:MySourcePath
and that is all there is to be done for the RT Engine to "know" where to look for your (Source) Tables because all the rest of the linking process is done for you in our TXA procedure
Tab SOURCE

Tab Destination

Tab SQL

Other Languages
coming soon