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



Nathan, Vern, et al,

I, too, have found certain implementations of ODBC fairly efficient in
tools like QMF for Windows when talking to non-DRDA machines, but when
using tools like Crystal Reports and its implementation of ODBC, my CPU
goes out of sight.  So, in the case of vendor's tools it does depend on
how they implement ODBC and the rest of their processes.   

From what I've been able to experience and glean from others so far
when building remote access apps or tools the following are the best
performing access methods:

- Have your app call System i5 apps written in some native compiled
language with imbedded SQL therefore creating static SQL   -  Best
access
- App calls application APIs stored on the i5 written in a high-level
language
- App calls REXX application that calls SQL or application stored
procedures 
- App calls SQL or application stored procedures using the IBM .NET or
the Java "provider"
- App calls SQL or application stored procedures using the older OLE
provider 
- App calls SQL or application stored procedures using ODBC provider
- App sends SQL strings through the above "providers" using the same
order of preference as above  - Worst of these possibilities

Something like that.   I'm sure you all will put in your opinions as to
my list.    I'd also like to hear about the basic premise that ODBC is a
slow performer/"provider" compared to OLE,  the IBM .NET provider or the
Java provider and certainly slower than calling stored procedures or
native language APIs.

Thanks,

Dave 


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.