× 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.



Good Afternoon

<snip>
> I have some files, that are about 300,000 records, and I want to ... read
> them in rpg, do some logic, and some chains, and pass back the result, to
> crystal reports for printing.  'real time.'
> 
> It can be slow... but I would still like it to be real time...
</snip>

I have done similar stuff with Business Objects reporting software.  I
don't know if this would help at all, but what I had to accomplish was
to resolve some fields that were more based on business logic than
just data.

I built service programs to accept parameters, and resolve these
fields of data.  Then, I mapped SQL functions to the service programs.
 Next, I created an SQL view that used the service programs via
function calls, and made the resulting field appear like a field of
data within the view.

Crystal reports could then look at the view on the AS/400, and it
would never be the wiser that anything was called -- it is all behind
the scenes.

I can send some code examples if this is even close to what you want to do.  


-- 
"Enter any 11-digit prime number to continue..."

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.