×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Ooh I'll have to check out the dynamic loading in noxDb.
Thanks for reminding me. I hadn't looked at that in a while.
Regards,
Richard Schoen
Web:
http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
----------------------------------------------------------------------
message: 1
date: Sun, 22 Mar 2026 17:14:12 +0800
from: Niels Liisberg <nli@xxxxxxxxxxxxxxxxx>
subject: Re: RPG Service Program vs Include Source for Shared
Subprocedures and SQL Calls
Hey Brian,
We did it manually- so each ?breaking? version got its own version
signature- and it worked fine. The problem occurred when you have hundreds of versions- and trying to keep track of each.. with hundreds of exports..
the binder source exploded..
So we went to a more pragmatic solution: only adding exports to the end - and if implementation is challenged- add that to the end and don?t touch the original so any client code will work in touched.
.. but that is a convention, and conventions can easy be broken.
That made me implement the dynamic procedure load and we use that in all our products and projects
You can find ?the magic? in both noxDb and ILEastic and in our IceBreak.
As an Amazon Associate we earn from qualifying purchases.