Maybe I'm misinterpreting what you are asking but JDBC is basicially the same from one database to another as it is an interface to a vendor specific database driver... As long as you configure your datasource correctly on the server it's pretty much the same unless you want to use some database specific functionality in the SQL calls.
I have an inquiry application that connects to both a Unix/Oracle and AS/400 DB2 systems by using JDBC... As long as the drivers are configured properly for the connection pools and the datasources, it transparently connects to whatever system I need the data from... The only thing that really is different is the name of the datasource and the SQL that gets run. I hope that answers your question, Greg. Venkatesh Prasad Mysore Seshadri <[EMAIL PROTECTED]> on 2003/01/16 02:39:38 AM Please respond to "JDJList" <[EMAIL PROTECTED]> To: "JDJList" <[EMAIL PROTECTED]> cc: Subject: [jdjlist] Re: Some Information on JAVA-AS400 Hi, A few days back I had asked about some information about Java and As/400 connectivity.Thanks for the response. Now I have some more details o the requirement. the client does not want to use IBM websphere. They are planning to use Jakarta-Tomcat server to hoist the web application consisting of Java server pages which, should talk to As/400 system to handle data. Are there any APIs avilable which will take care of the calls made from my JSP/Java classes to conect and handle data on an As/400 machine? Thanks, veni. ****************************************************************************** This email message is confidential to the intended recipient and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. Any unauthorised use, dissemination of the information, or copying of this message is prohibited. If you are not the intended addressee, kindly notify the sender by return e-mail and delete this message. ****************************************************************************** ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
