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



You're right, Frank, the ISAM/SQL conversation has run its course. (For now
<grin>).

> *** Tell me something. I heard JAVA uses UCS-2 and doubles disk req.

Yes and no.  Definitely Java internally uses Unicode.  However, it is
perfectly capable of writing to ASCII stream files, or to any relational
database through JDBC.  It can also communicate via native I/O to the
AS/400.  In any event, the data on disk need not be stored in Unicode.
However, if you serialize objects (a fancy word for writing them to disk),
the default is to store all character data in Unicode.

These are usually not pertinent questions in my development environment,
since I use Java solely for UI middleware, and don't directly access the
database.  I communicate using EBCDIC messages in data queues to RPG
programs which actually do the database access.

Joe



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.