"SafariTECH" <contact@safaritech.com> wrote in message
news:fqp2g0$q30$1@forums.macromedia.com...
> It depends on what the executable needs to do etc - but
CFEXECUTE can run
> executable extensions on the server.
The goal is to pass in an integer key, and return a text
string containing a
couple of pages of merged text.
> If it is something straight forward, or if CFEXECUTE is
disabled on the
> server
> for security reasons, writing it as a custom tag may be
a better solution.
I've been looking at custom tags. The only example I've found
is in C++,
and I'm writing in Delphi. I see references to Delphi
examples, but haven't
found the actual code yet. Any suggestions?