|
Since no one else jumped in I will throw out the Toolbox solution :-> The AS/400 Toolbox for Java is a set of Java classes for accessing AS/400 data from a client. The client can be a JVM running on a traditional client (Win 95/98/NT/2000, AIX, Linux, Solaris, OS/2, ...), or an AS/400 (a different AS/400 or the Java program and data can be on the same AS/400). The Toolbox classes work in Java programs, applets or servlets. In your case it would be running in the servlet on the client (NT) box. In this environment the Toolbox creates a socket connection to the OS/400 servers (OS/400 option 12) to get at the DB files. The Toolbox has two options for accessing DB2 files -- a JDBC driver and record level access. The Toolbox also has helper classes to convert data between Java format (unicode strings, int, long, double, ...) and AS/400 format (EBCDIC, packed/zoned/binary, ...). Check out the Toolbox at http://www.ibm.com/as400/toolbox. David Wall AS/400 Toolbox for Java "ranger ranger" <zoro_25@hotmail.com> on 08/13/2000 05:05:20 PM Please respond to JAVA400-L@midrange.com To: JAVA400-L@midrange.com cc: Subject: Websphere and DB2(Urgent) hi I need some help in Websphere and DB2/400 We are bascially trying to webenable a existing legacy application on the AS/400, plus some addtional e-mailing facilities. We are using servlets and Websphere as the application server, the architecture set up is Websphere application server on a netfinity running NT and the database is on the As/400 V4R2 My question is 1. How can i create a file to store the emails ,and the data type on the as/400 and how can i convert it to the java data type. any help on this will be greatly appriciated. thanks Zamblin6 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +--- +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
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.