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



From: MidRange

I looked into this earlier and it seemed to be more difficult to set
up - creating all the fields and stuff. Or am I just seeing it that
way because I already have the statement/resultset stuff set up?
<smile>

// Set up key and chain to file
key = new Object[] { item };
record = file.read(key);

// Change the field contents and update the record
record.setField("ITDESC", newDesc);
file.update(record);


I wrote a course comparing the two a while back, but in general it's
pretty
straightforward. You can find documentation on the standard JDBC stuff
just
about anywhere; it's pretty much industry standard. IBM has
documentation
on com.ibm.as400.access.KeyedFile and
com.ibm.as400.access.SequentialFile
for the RLA stuff.
Could I access this course? Thanks for the nudge - I guess I need to do
it...

The course is available from Rochester Initiative:

http://www.lab400.com/product_detail.asp?prod_id=200.

It's a little long in the tooth - it uses Visual Age for Java rather than
WDSC - but the concepts and the code are still perfectly valid.

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.