Hi,
I found two code snippets in the developer's wiki that call LOAD_MODEL in AdoScript without a corresponding call to DISCARD_MODEL:
Here and
here.
However, the ADOxx Help explicitly says to call DISCARD_MODEL. In German:
ACHTUNG: Jedes Model, das über den "Core"-MessagePort erzeugt oder geladen wird, muß mit DISCARD_MODEL wieder freigegeben werden.
Which one is right: Help or Wiki? What are the consequences of loading models without discarding them?
Thanks,
Stefan