|
> From: Nick Leonessa > > I would like to access as/400 file data and display it in a Java > program on my PC. > > Could anyone point me in the right direction on how to do this. I > am currently running JBuilder7 and I have downloaded IBM's Java toolbox. If you are familiar with SQL, you might want to try the JDBC classes. JDBC provides all the capabilities of SQL in a programmable interface. If, on the other hand, you would prefer to use the more standard file-based access of OS/400, you can use the Record Level Access classes. Finally, if you're so inclined, you can write programs in RPG or COBOL to retrieve data, and call them directly from your Java program. The options are endless. I guess it's more a question of what kind of data you want to access. Joe
As an Amazon Associate we earn from qualifying purchases.
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.